Stud.IP
6.0
|
Public Member Functions | |
start () | |
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) |
Additional Inherited Members | |
Data Fields inherited from Seminar_Auth | |
$classname | |
$error_msg = "" | |
$auth = [] | |
$need_email_activation = null | |
Protected Member Functions inherited from Seminar_Auth | |
getState () | |
Protected Attributes inherited from Seminar_Auth | |
$persistent_slots = ["auth", "classname"] | |
$nobody = false | |
$cancel_login = "cancel_login" | |
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 |
start | ( | ) |
|
static |
Validates a given hash for a given user id.
string | $secret | Secret to validate |
string | $user_id | User id |