User Password Update

Description

This control allows a web user to update the current login password, web user must be logged in to use this control.


Properties

  • UserTypeId
    • Allows a User Type to be defined, 'User Types' can be managed within the CMS in the Site Settings area. A website may contain multiple User Types and may have different login areas for each.
    • Default: 2 (web users)


Code Example

<ngage:UserPasswordUpdate ID="UserPasswordUpdate" runat="server" />
 

Basic CSS

/*User Update Password */
.user-update-password .form { clear:left; margin-top:20px; padding:0; max-width:600px; }
.user-update-password .btn { float:left; }
@media screen and (max-width:759px) {
    .user-update-password .form { text-align:left; }
}