Method | Description | |
---|---|---|
OnInit ( |
Page_Init runs when the control is initialised
|
|
OnLoad ( |
Page_Load runs when the control is loaded
|
|
PasswordUpdated ( object sender, DotNetNuke.Modules.Admin.Users.Password e ) : void |
PasswordUpdated runs when the password is updated
|
|
ProfileUpdated ( object sender, |
ProfileUpdated runs when the profile is updated
|
|
UserAuthenticated ( object sender, DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs e ) : void |
UserAuthenticated runs when the user is authenticated by one of the child Authentication controls
|
|
UserCreateCompleted ( object sender, DotNetNuke.Entities.Modules.UserUserControlBase e ) : void |
UserCreateCompleted runs when a new user has been Created
|
|
cmdAssociate_Click ( object sender, |
cmdAssociate_Click runs when the associate button is clicked
|
|
cmdCreateUser_Click ( object sender, |
cmdCreateUser runs when the register (as new user) button is clicked
|
|
cmdProceed_Click ( object sender, |
cmdProceed_Click runs when the Proceed Anyway button is clicked
|
Method | Description | |
---|---|---|
AddLoginControlAttributes ( DotNetNuke.Services.Authentication.AuthenticationLoginBase loginControl ) : void | ||
BindLogin ( ) : void | ||
BindLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, DotNetNuke.Services.Authentication.AuthenticationInfo authSystem ) : void | ||
BindOAuthControls ( ) : void | ||
BindRegister ( ) : void | ||
DisplayLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, bool addHeader, bool addFooter ) : void | ||
DisplayTabbedLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, DotNetNuke.UI.WebControls.TabStripTabCollection Tabs ) : void | ||
GenerateUserName ( ) : string | ||
InitialiseUser ( ) : void | ||
ShowPanel ( ) : void |
ShowPanel controls what "panel" is to be displayed
|
|
UpdateProfile ( DotNetNuke.Entities.Users.UserInfo objUser, bool update ) : void | ||
UserNeedsVerification ( ) : bool | ||
ValidateUser ( DotNetNuke.Entities.Users.UserInfo objUser, bool ignoreExpiring ) : void |
ValidateUser runs when the user has been authorized by the data store. It validates for things such as an expiring password, valid profile, or missing DNN User Association
|
protected PasswordUpdated ( object sender, DotNetNuke.Modules.Admin.Users.Password e ) : void | ||
sender | object | |
e | DotNetNuke.Modules.Admin.Users.Password | |
return | void |
protected ProfileUpdated ( object sender, |
||
sender | object | |
e | ||
return | void |
protected UserAuthenticated ( object sender, DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs e ) : void | ||
sender | object | |
e | DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs | |
return | void |
protected UserCreateCompleted ( object sender, DotNetNuke.Entities.Modules.UserUserControlBase e ) : void | ||
sender | object | |
e | DotNetNuke.Entities.Modules.UserUserControlBase | |
return | void |
protected cmdAssociate_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected cmdCreateUser_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected cmdProceed_Click ( object sender, |
||
sender | object | |
e | ||
return | void |