Dreamweaver ASP.NET User Management System: Emailing Lost Passwords
In this tutorial, the third in my series on Forms based User Authentication and Authorization with Dreamweaver and ASP.NET, we’ll learn how to build an “Email Lost Password” page to complete our User Management System. If you have not yet read the first of this series, “Multi-Level Forms Authentication with Dreamweaver and ASP.NET: Roles Logins”, or the second Dreamweaver ASP.NET User Management System: Creating and Managing User Groups, I recommend you do so as this tutorial will build upon in earlier in depth discussions of the concepts involved. That said, this tutorial stands on it’s own in the presentation of the topics covered. If you already know how to configure your web site for forms authentication security and roles using the web.config, how to log those users in and associate the user’s identity and role, and how to control the user’s browsing experience programmatically based upon user identity, how to create new users and mange their group membership, then the first two tutorials are probably not for you.
Before we get started, let’s see if you’re ready. This tutorial makes some assumptions about your skill level--that is, this tutorial is intended for intermediate users. If you’ve never configured a new site in Dreamweaver, never configured a database connection string, or never used the Dreamweaver database connectivity tools, this tutorial is probably not for you as you’ll need to be familiar with these concepts and techniques. If you have done these things but have very little or no experience hand coding, writing SQL statements, using the Dreamweaver advanced Dataset Dialog, don’t worry we’re doing this together and I’ll to do my part to bring you along.
Read More