Glossary Item Box

AuthorizationForms: Authorization forms

See Also CmsDeveloperGuide Send comments on this topic.

Change password form

In this form user can change his password.

 

The most CmsChangePassword control's properties are identical to the ChangePassword control from ASP.NET
 

The form locates in Authorization/ChangePassword.ascx 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:CmsChangePassword ID="CmsChangePassword1" runat="server" />
                </td>
            </tr>
            </table>
        </td>
    </tr>
</table>

AuthorizationForms: Authorization forms

 

 


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