
| Line: 9 to 9 | ||||||||
|---|---|---|---|---|---|---|---|---|
register command handler.
This method is designed to be | ||||||||
| Changed: | ||||||||
| < <  | 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. | |||||||
| > >  | invoked via the 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 = "" | ||||||||
| Line: 48 to 33 | ||||||||
| This is called through: TWikiRegistration -> RegisterCgiScript? -> here | ||||||||
| 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 | |||||||
| Line: 77 to 59 | ||||||||
| 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
  | |||||||
| Line: 89 to 89 | ||||||||
|---|---|---|---|---|---|---|---|---|
Presently this is called in RegisterCgiScript?  directly after a call to verify. The separation is intended for the RegistrationApprovals functionality 
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Changed: | ||||||||
| < <  |  
  | |||||||
| > >  |  
  | |||||||
 
  | ||||||||
| Line: 69 to 69 | ||||||||
|---|---|---|---|---|---|---|---|---|
 
  | ||||||||
| Changed: | ||||||||
| < <  | The NoPasswdUser? case is not handled | |||||||
| > >  | The NoPasswdUser? case is not handled. An admin user can change other user's passwords. | |||||||
| Line: 98 to 100 | ||||||||
| these two are separate in here to ease the implementation of administrator approval | ||||||||
| 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. | |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > >  |  Package 
User registration handling.
 | |||||||