Glossary Item Box
For work of authorization on a site it is necessary to set up forms taking part in authorization and mail templates. You can also use specialized controls on a site, which allow displaying current user name, links to login form, form for editing personal user data…
For work of authorization you need the following forms:
Login form - form for user’s login-password input for authentication on the site.
Change password form - form to change password by the user.
Password recovery form - form for the user can restore his lost password (receiving it by e-mail).
User data wizard - form, where the user can input or edit his personal data.
User data page - page, where the user’s data is shown.
To make creating of authentication mechanism on a site easier you can use specialized CMS controls that will allow you to extend the features of your site considerably:
CmsLoginName - the control displays the a user name on a site page;
CmsLoginStatus - the control detects the user's authentication state and toggles the state of a link to log in or log out of a Web site.
CmsLoginView - the control displays the appropriate content template for a given user, based on the user's authentication status and role membership.
CmsUserEditButton - provides user interface elements that transit to the current user's data editing form.
![]() |
You can use these controls in any place on site. |
<authentication mode="Forms"> |
| See Also |
General: CMS architecture
Site configuration: Site configuration | Provider configuration
© 2005-2007 Astron Digital Ltd. All Rights Reserved.