
| Line: 43 to 46 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > | ObjectMethod findUserByEmail ($email) -> \@users
| |||||||
ObjectMethod createUser ($login,$wikiname) -> $userobjectCreate a user, and insert them in the maps (overwriting any current entry). | ||||||||
| Line: 54 to 65 | ||||||||
| Add a user to the persistant mapping that maps from usernames to wikinames and vice-versa. | ||||||||
| Deleted: | ||||||||
| < < |
ObjectMethod initializeRemoteUser ($remoteUser) -> $loginNameReturn value: $remoteUser Acts as a filter for $remoteUser. If set, $remoteUser is filtered for insecure characters and untainted. If not user is passed, the remote user defaults to $cfg{DefaultUserLogin} (usually 'guest'). If we got here via an authentication status failure, then the remote user is set to blank, effectively signalling an illegal access. If no remote user name was passed in, the user defaults to $cfg{DefaultUserLogin}. | |||||||