| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Nologin authentication login - prevents user login.
| Author: | Petr Skoda |
| License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
| File Size: | 108 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
auth_plugin_nologin:: (9 methods):
__construct()
auth_plugin_nologin()
user_login()
user_update_password()
prevent_local_passwords()
is_internal()
can_change_password()
can_reset_password()
can_be_manually_set()
Class: auth_plugin_nologin - X-Ref
Plugin for no authentication - disabled user.| __construct() X-Ref |
| Constructor. |
| auth_plugin_nologin() X-Ref |
| Old syntax of class constructor. Deprecated in PHP7. |
| user_login($username, $password) X-Ref |
| Do not allow any login. |
| user_update_password($user, $newpassword) X-Ref |
| No password updates. |
| prevent_local_passwords() X-Ref |
| No description |
| is_internal() X-Ref |
| No external data sync. return: bool |
| can_change_password() X-Ref |
| No changing of password. return: bool |
| can_reset_password() X-Ref |
| No password resetting. |
| can_be_manually_set() X-Ref |
| Returns true if plugin can be manually set. return: bool |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |