C# Class Subtext.Web.HostAdmin.ChangePassword

Allows the user to change the host admin password.
Inheritance: Subtext.Web.HostAdmin.HostAdminPage
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
btnSave global::System.Web.UI.WebControls.Button
lblSuccess global::System.Web.UI.WebControls.Label
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtCurrentPassword global::System.Web.UI.WebControls.TextBox
txtNewPassword global::System.Web.UI.WebControls.TextBox
validationSummary global::System.Web.UI.WebControls.ValidationSummary
vldComparePasswords global::System.Web.UI.WebControls.CompareValidator
vldConfirmPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldCurrent global::System.Web.UI.WebControls.CustomValidator
vldCurrentPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldNewPassword global::System.Web.UI.WebControls.RequiredFieldValidator

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnSave_Click ( object sender, System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

vldCurrent_ServerValidate ( object source, System args ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

btnSave_Click() protected méthode

protected btnSave_Click ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

btnSave protected_oe property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
Résultat global::System.Web.UI.WebControls.Button

lblSuccess protected_oe property

lblSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSuccess
Résultat global::System.Web.UI.WebControls.Label

txtConfirmPassword protected_oe property

txtConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtConfirmPassword
Résultat global::System.Web.UI.WebControls.TextBox

txtCurrentPassword protected_oe property

txtCurrentPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCurrentPassword
Résultat global::System.Web.UI.WebControls.TextBox

txtNewPassword protected_oe property

txtNewPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtNewPassword
Résultat global::System.Web.UI.WebControls.TextBox

validationSummary protected_oe property

validationSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary validationSummary
Résultat global::System.Web.UI.WebControls.ValidationSummary

vldComparePasswords protected_oe property

vldComparePasswords control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator vldComparePasswords
Résultat global::System.Web.UI.WebControls.CompareValidator

vldConfirmPassword protected_oe property

vldConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldConfirmPassword
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

vldCurrent protected_oe property

vldCurrent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator vldCurrent
Résultat global::System.Web.UI.WebControls.CustomValidator

vldCurrentPassword protected_oe property

vldCurrentPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldCurrentPassword
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

vldNewPassword protected_oe property

vldNewPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldNewPassword
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator