Presentation is loading. Please wait.

Presentation is loading. Please wait.

Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and.

Similar presentations


Presentation on theme: "Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and."— Presentation transcript:

1 Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and passwords. Also provides server side controls for common functions, like resetting passwords etc. Authentication The process that determines the identity of the user. Authorization If the authenticated user is authorized to do certain actions. CreateUserWizard control. ASP.NET fucntion see next page.

2 Forms Authority Database Store CreateUserWizard control: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Login Forgotten your password? Not registered?

3 Forms Authority Database Store CreateUserWizard control: Created Login Logged in Back Button Back

4 Forms Authority Database Store CreateUserWizard control: Retrieve password

5 Forms Authority Database Store Username and Passwords: If you are not prompted to login this indicates that you still have a authentication cookie. Database store Show Table A lot of customization Sending of emails Extra wizard setup Auto-generation of passwords

6 Forms Authority Database Store Username and Passwords: User Table Passwords stored as salted hash. Web.config - Membership settings <add name="AspNetSqlMembershipProvider" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requireQuestionAndAnswer="false" Etc. />

7 Forms Authority Database Store QUESTIONS?


Download ppt "Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and."

Similar presentations


Ads by Google