
Package =TWiki::UI::RegisterUser registration handling.On this page:  
 
StaticMethod register_cgi ($session)register command handler.
This method is designed to be | ||||||||
| Changed: | ||||||||
| < <  | invoked via the TWiki::UI::run method. | |||||||
| > >  | invoked via the UI::run method. | |||||||
| Deleted: | ||||||||
| < <  | StaticMethod passwd_cgi ($session)passwd command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
 | |||||||
StaticMethod bulkRegister ($session)Called by ManageCgiScript::bulkRegister (requires authentication) with topic = the page with the entries on it. | ||||||||
| Deleted: | ||||||||
| < <  |  
  | |||||||
| Changed: | ||||||||
| < <  | StaticMethod *registerAndNext ($session,$tempUserDir) | |||||||
| > >  | StaticMethod *registerAndNext ($session) | |||||||
This is called when action = register or action = ""
It calls register and either Verify or Finish.
Hopefully we will get workflow integrated and rewrite this to be table driven
StaticMethod register ($session)This is called through: TWikiRegistration -> RegisterCgiScript -> here | ||||||||
| Deleted: | ||||||||
| < <  |  
  | |||||||
| Deleted: | ||||||||
| < <  | ||||||||
StaticMethod resetPassword ($session)Generates a password. Mails it to them and asks them to change it. Entry | ||||||||
| Changed: | ||||||||
| < <  | point intended to be called from TWiki::UI::run | |||||||
| > >  | point intended to be called from UI::run | |||||||
StaticMethod changePassword ($session)Change the user's password and/or email. Details of the user and password are passed in CGI parameters.
  | ||||||||
| Changed: | ||||||||
| < <  | StaticMethod *verifyEmailAddress ($session,$tempUserDir) | |||||||
| > >  | StaticMethod *verifyEmailAddress ($session) | |||||||
| This is called: on receipt of the activation password -> RegisterCgiScript -> here | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Deleted: | ||||||||
| < <  | 
StaticMethod *finishPresently this is called in RegisterCgiScript directly after a call to verify. The separation is intended for the RegistrationApprovals functionality
  | |||||||
Package =TWiki::UI::RegisterUser registration handling.On this page:  
 
StaticMethod register_cgi ($session) | ||||||||
| Added: | ||||||||
| > >  | ||||||||
register command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod passwd_cgi ($session) | ||||||||
| Added: | ||||||||
| > >  | ||||||||
passwd command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod bulkRegister ($session)Called by ManageCgiScript::bulkRegister (requires authentication) with topic = the page with the entries on it.
 StaticMethod *registerAndNext ($session,$tempUserDir)This is called when action = register or action = "" It calls register and either Verify or Finish. Hopefully we will get workflow integrated and rewrite this to be table drivenStaticMethod register ($session)This is called through: TWikiRegistration -> RegisterCgiScript -> here
 StaticMethod resetPassword ($session)Generates a password. Mails it to them and asks them to change it. Entry point intended to be called from TWiki::UI::runStaticMethod changePassword ($session)Change the user's password and/or email. Details of the user and password are passed in CGI parameters.
 StaticMethod *verifyEmailAddress ($session,$tempUserDir)This is called: on receipt of the activation password -> RegisterCgiScript -> here
 StaticMethod *finishPresently this is called in RegisterCgiScript directly after a call to verify. The separation is intended for the RegistrationApprovals functionality
  | ||||||||
Package =TWiki::UI::RegisterUser registration handling.On this page:  
 
StaticMethod register_cgi ($session)register command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod passwd_cgi ($session)passwd command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod bulkRegister ($session)Called by ManageCgiScript::bulkRegister (requires authentication) with topic = the page with the entries on it.
 StaticMethod *registerAndNext ($session,$tempUserDir)This is called when action = register or action = "" It calls register and either Verify or Finish. Hopefully we will get workflow integrated and rewrite this to be table drivenStaticMethod register ($session)This is called through: TWikiRegistration -> RegisterCgiScript -> here
 StaticMethod resetPassword ($session)Generates a password. Mails it to them and asks them to change it. Entry point intended to be called from TWiki::UI::runStaticMethod changePassword ($session)Change the user's password and/or email. Details of the user and password are passed in CGI parameters.
 StaticMethod *verifyEmailAddress ($session,$tempUserDir)This is called: on receipt of the activation password -> RegisterCgiScript -> here
 StaticMethod *finishPresently this is called in RegisterCgiScript directly after a call to verify. The separation is intended for the RegistrationApprovals functionality
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
Package =TWiki::UI::RegisterUser registration handling.On this page:  
 
StaticMethod register_cgi ($session)register command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod passwd_cgi ($session)passwd command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod bulkRegister ($session)Called by ManageCgiScript::bulkRegister (requires authentication) with topic = the page with the entries on it.
 StaticMethod *registerAndNext ($session,$tempUserDir)This is called when action = register or action = "" It calls register and either Verify or Finish. Hopefully we will get workflow integrated and rewrite this to be table drivenStaticMethod register ($session)This is called through: TWikiRegistration -> RegisterCgiScript -> here
 StaticMethod resetPassword ($session)Generates a password. Mails it to them and asks them to change it. Entry point intended to be called from TWiki::UI::runStaticMethod changePassword ($session)Change the user's password and/or email. Details of the user and password are passed in CGI parameters.
  | ||||||||
| Changed: | ||||||||
| < <  | The NoPasswdUser case is not handled | |||||||
| > >  | The NoPasswdUser case is not handled. | |||||||
| Added: | ||||||||
| > >  | An admin user can change other user's passwords. | |||||||
| Added: | ||||||||
| > >  | ||||||||
StaticMethod *verifyEmailAddress ($session,$tempUserDir)This is called: on receipt of the activation password -> RegisterCgiScript -> here
 StaticMethod *finishPresently this is called in RegisterCgiScript directly after a call to verify. The separation is intended for the RegistrationApprovals functionality
  | ||||||||
| Deleted: | ||||||||
| < <  | generate user entry If a password exists (either in Data{PasswordA} or data{CryptPassword}, use it. Otherwise generate a random one, and store it back in the user record. | |||||||
Package =TWiki::UI::RegisterUser registration handling.On this page:  
 
StaticMethod register_cgi ($session)register command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod passwd_cgi ($session)passwd command handler.
This method is designed to be
invoked via the TWiki::UI::run method.
StaticMethod bulkRegister ($session)Called by ManageCgiScript::bulkRegister (requires authentication) with topic = the page with the entries on it.
 StaticMethod *registerAndNext ($session,$tempUserDir)This is called when action = register or action = "" It calls register and either Verify or Finish. Hopefully we will get workflow integrated and rewrite this to be table drivenStaticMethod register ($session)This is called through: TWikiRegistration -> RegisterCgiScript -> here
 StaticMethod resetPassword ($session)Generates a password. Mails it to them and asks them to change it. Entry point intended to be called from TWiki::UI::runStaticMethod changePassword ($session)Change the user's password and/or email. Details of the user and password are passed in CGI parameters.
 StaticMethod *verifyEmailAddress ($session,$tempUserDir)This is called: on receipt of the activation password -> RegisterCgiScript -> here
 StaticMethod *finishPresently this is called in RegisterCgiScript directly after a call to verify. The separation is intended for the RegistrationApprovals functionality
  |