Glossary Item Box

AuthorizationForms: Authorization forms

See Also CmsDeveloperGuide Send comments on this topic.

Login form

In this form a user can enter login-password to authenticate on a site. On this form it is also placed links to the new user registration and lost password recovery.

 

The most CmsLogin control's properties are identical to the Login control from ASP.NET
 

The form lies in Authorization/Login.ascx folder and can look as follows:

<%@ Control Language="c#" Inherits="CMSLib.Pages.SiteControl" %>
<%@ Register Assembly="CMSLib" Namespace="CMSLib.Authorization" TagPrefix="cmsa" %>

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#a7a7a7" width="300" align=center>
    <tr>
        <td><table cellpadding="0" cellspacing="1" border="0" width="100%">
            <tr>
                <td bgcolor="#f0f0f0" align="center" height="180">
                    <cmsa:cmslogin id="CmsLogin1" runat="server"></cmsa:cmslogin>

                </td>
            </tr>
            </table>
        </td>
    </tr>
</table>

AuthorizationForms: Authorization forms

 

 


© 2005-2007 Astron Digital Ltd. All Rights Reserved.