|
Stud.IP
trunk Revision
|


Public Member Functions | |
| auth_registerform () | |
| auth_doregister () | |
Public Member Functions inherited from Seminar_Auth | |
| __construct () | |
| check_feature ($f) | |
| start () | |
| __sleep () | |
| unauth () | |
| logout () | |
| login_if ($ok) | |
| is_authenticated () | |
| auth_preauth () | |
| auth_loginform () | |
| auth_validatelogin () | |
| auth_set_user_settings ($user) | |
| check_environment () | |
Static Public Member Functions | |
| static | sendValidationMail ($user) |
| static | validateSecret ($secret, $user_id) |
Data Fields | |
| $error_msg = '' | |
Data Fields inherited from Seminar_Auth | |
| $classname | |
| $error_msg = "" | |
| $auth = [] | |
Protected Attributes | |
| $mode = 'reg' | |
Protected Attributes inherited from Seminar_Auth | |
| $persistent_slots = ["auth", "classname"] | |
| $mode = "log" | |
| $nobody = false | |
| $cancel_login = "cancel_login" | |
Seminar_Register_Auth.class.php
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| auth_doregister | ( | ) |

| auth_registerform | ( | ) |

|
static |
Send a validation mail to the passed user
| User | $user | a user-object or id of the user to resend the validation mail for |


|
static |
Validates a given hash for a given user id.
| string | $secret | Secret to validate |
| string | $user_id | User id |

| $error_msg = '' |
|
protected |