
Package
User registration handling.
| ||||||||
| 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
User registration handling.
|