C# Class Subtext.Web.HostAdmin.ChangePassword

Allows the user to change the host admin password.
Inheritance: Subtext.Web.HostAdmin.HostAdminPage
Show file Open project: ayende/Subtext

Protected Properties

Property 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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnSave_Click ( object sender, System e ) : void

Private Methods

Method 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 method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

btnSave protected 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
return global::System.Web.UI.WebControls.Button

lblSuccess protected 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
return global::System.Web.UI.WebControls.Label

txtConfirmPassword protected 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
return global::System.Web.UI.WebControls.TextBox

txtCurrentPassword protected 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
return global::System.Web.UI.WebControls.TextBox

txtNewPassword protected 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
return global::System.Web.UI.WebControls.TextBox

validationSummary protected 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
return global::System.Web.UI.WebControls.ValidationSummary

vldComparePasswords protected 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
return global::System.Web.UI.WebControls.CompareValidator

vldConfirmPassword protected 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
return global::System.Web.UI.WebControls.RequiredFieldValidator

vldCurrent protected 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
return global::System.Web.UI.WebControls.CustomValidator

vldCurrentPassword protected 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
return global::System.Web.UI.WebControls.RequiredFieldValidator

vldNewPassword protected 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
return global::System.Web.UI.WebControls.RequiredFieldValidator