Login Status and Login Name controls Yasho Vardhan Upadyayula- Presentation ID#9 Tribhuvan Datta -Presentation ID#18 Bhavya Reddy -Presentation ID#16 Siddharth Lucky -Presentation ID#23 Soumya Peruri-Presentation ID#11
Outline �How to Use the Login , Login. Status and Login. Name Controls �How to Use Create. User. Wizard and Password. Recovery Controls �How to use the Change. Password and Login. View Controls �The Authentication Application
A Login Control in the Web Forms Designer
Common Attributes of Login Control
Login Status and Login Name Controls displayed in a browser
Login Name and Login status controls in the web form designer
How to use Create User Wizard
How to use Create User Wizard
How to use Create User Wizard
How to use Password Recovery control
How to use Password Recovery control
How to use Password Recovery control
How to use Password Recovery control
How to use Change. Password Control �Another common task associated with authentication process is allowing users to change their passwords. �It consists of two views. �First view lets the user change their password. �Second view is displayed when the change is successful.
The aspx code for Change. Password control
How to use the Login. View Control �You often need to display one message to users who are logged in and another message to users who aren’t logged in. �The Login. View control uses two views. �First view contains the controls that are displayed to anonymous users. �Second view contains the controls that are displayed to authenticated users.
Display in browser
Aspx code for Login. View control
Authentication Application �Shows how to use forms-based authentication to restrict access to a web application �This application restricts access to all pages in the maintenance folder to users with admin privileges. �It restricts access to all pages in My. Account folder to users who have created an account and logged in.