C# Class ScrewTurn.Wiki.Login

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnLogin global::System.Web.UI.WebControls.Button
btnLogout global::System.Web.UI.WebControls.Button
btnResetPassword global::System.Web.UI.WebControls.Button
btnSaveNewPassword global::System.Web.UI.WebControls.Button
chkRemember global::System.Web.UI.WebControls.CheckBox
cvNewPasswords global::System.Web.UI.WebControls.CustomValidator
lblDescription global::System.Web.UI.WebControls.Literal
lblEmailReset global::System.Web.UI.WebControls.Literal
lblLogout global::System.Web.UI.WebControls.Literal
lblLostPassword global::System.Web.UI.WebControls.Literal
lblNewPassword1 global::System.Web.UI.WebControls.Literal
lblNewPassword2 global::System.Web.UI.WebControls.Literal
lblOr global::System.Web.UI.WebControls.Literal
lblPassword global::System.Web.UI.WebControls.Literal
lblResetPassword global::System.Web.UI.WebControls.Literal
lblResetPassword2 global::System.Web.UI.WebControls.Literal
lblResetPassword2Info global::System.Web.UI.WebControls.Literal
lblResetPasswordInformation global::System.Web.UI.WebControls.Literal
lblResult global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Literal
lblUsername global::System.Web.UI.WebControls.Literal
lblUsernameReset global::System.Web.UI.WebControls.Literal
mlvLogin global::System.Web.UI.WebControls.MultiView
rfvNewPassword1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvNewPassword2 global::System.Web.UI.WebControls.RequiredFieldValidator
rxNewPassword1 global::System.Web.UI.WebControls.RegularExpressionValidator
rxNewPassword2 global::System.Web.UI.WebControls.RegularExpressionValidator
txtEmailReset global::System.Web.UI.WebControls.TextBox
txtNewPassword1 global::System.Web.UI.WebControls.TextBox
txtNewPassword2 global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox
txtUsernameReset global::System.Web.UI.WebControls.TextBox
viwLogin global::System.Web.UI.WebControls.View
viwLogout global::System.Web.UI.WebControls.View
viwResetPassword global::System.Web.UI.WebControls.View
viwResetPassword2 global::System.Web.UI.WebControls.View

Public Methods

Method Description
PrintLoginNotice ( ) : void

Prints the login notice.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnLogin_Click ( object sender, EventArgs e ) : void
btnLogout_Click ( object sender, EventArgs e ) : void
btnResetPassword_Click ( object sender, EventArgs e ) : void
btnSaveNewPassword_Click ( object sender, EventArgs e ) : void
cvNewPasswords_ServerValidate ( object sender, ServerValidateEventArgs e ) : void

Private Methods

Method Description
LoadUserForPasswordReset ( ) : UserInfo

Loads the user for the password reset procedure.

Logout ( ) : void

Performs the logout.

Method Details

Page_Load() protected method

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

PrintLoginNotice() public method

Prints the login notice.
public PrintLoginNotice ( ) : void
return void

btnLogin_Click() protected method

protected btnLogin_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnLogout_Click() protected method

protected btnLogout_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnResetPassword_Click() protected method

protected btnResetPassword_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnSaveNewPassword_Click() protected method

protected btnSaveNewPassword_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

cvNewPasswords_ServerValidate() protected method

protected cvNewPasswords_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
return void

Property Details

btnLogin protected_oe property

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

btnLogout protected_oe property

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

btnResetPassword protected_oe property

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

btnSaveNewPassword protected_oe property

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

chkRemember protected_oe property

chkRemember control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkRemember
return global::System.Web.UI.WebControls.CheckBox

cvNewPasswords protected_oe property

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

lblDescription protected_oe property

lblDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDescription
return global::System.Web.UI.WebControls.Literal

lblEmailReset protected_oe property

lblEmailReset control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblEmailReset
return global::System.Web.UI.WebControls.Literal

lblLogout protected_oe property

lblLogout control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblLogout
return global::System.Web.UI.WebControls.Literal

lblLostPassword protected_oe property

lblLostPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblLostPassword
return global::System.Web.UI.WebControls.Literal

lblNewPassword1 protected_oe property

lblNewPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNewPassword1
return global::System.Web.UI.WebControls.Literal

lblNewPassword2 protected_oe property

lblNewPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblNewPassword2
return global::System.Web.UI.WebControls.Literal

lblOr protected_oe property

lblOr control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblOr
return global::System.Web.UI.WebControls.Literal

lblPassword protected_oe property

lblPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPassword
return global::System.Web.UI.WebControls.Literal

lblResetPassword protected_oe property

lblResetPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblResetPassword
return global::System.Web.UI.WebControls.Literal

lblResetPassword2 protected_oe property

lblResetPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblResetPassword2
return global::System.Web.UI.WebControls.Literal

lblResetPassword2Info protected_oe property

lblResetPassword2Info control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblResetPassword2Info
return global::System.Web.UI.WebControls.Literal

lblResetPasswordInformation protected_oe property

lblResetPasswordInformation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblResetPasswordInformation
return global::System.Web.UI.WebControls.Literal

lblResult protected_oe property

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

lblTitle protected_oe property

lblTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblTitle
return global::System.Web.UI.WebControls.Literal

lblUsername protected_oe property

lblUsername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUsername
return global::System.Web.UI.WebControls.Literal

lblUsernameReset protected_oe property

lblUsernameReset control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUsernameReset
return global::System.Web.UI.WebControls.Literal

mlvLogin protected_oe property

mlvLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView mlvLogin
return global::System.Web.UI.WebControls.MultiView

rfvNewPassword1 protected_oe property

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

rfvNewPassword2 protected_oe property

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

rxNewPassword1 protected_oe property

rxNewPassword1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator rxNewPassword1
return global::System.Web.UI.WebControls.RegularExpressionValidator

rxNewPassword2 protected_oe property

rxNewPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator rxNewPassword2
return global::System.Web.UI.WebControls.RegularExpressionValidator

txtEmailReset protected_oe property

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

txtNewPassword1 protected_oe property

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

txtNewPassword2 protected_oe property

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

txtPassword protected_oe property

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

txtUsername protected_oe property

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

txtUsernameReset protected_oe property

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

viwLogin protected_oe property

viwLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwLogin
return global::System.Web.UI.WebControls.View

viwLogout protected_oe property

viwLogout control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwLogout
return global::System.Web.UI.WebControls.View

viwResetPassword protected_oe property

viwResetPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwResetPassword
return global::System.Web.UI.WebControls.View

viwResetPassword2 protected_oe property

viwResetPassword2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwResetPassword2
return global::System.Web.UI.WebControls.View