Moodle  2.2.1
http://www.collinsharper.com
auth_plugin_nologin Class Reference
Inheritance diagram for auth_plugin_nologin:
Collaboration diagram for auth_plugin_nologin:

Public Member Functions

 auth_plugin_nologin ()
 user_login ($username, $password)
 user_update_password ($user, $newpassword)
 prevent_local_passwords ()
 is_internal ()
 can_change_password ()
 can_reset_password ()

Detailed Description

Plugin for no authentication - disabled user.

Definition at line 24 of file auth.php.


Member Function Documentation

Constructor.

Definition at line 30 of file auth.php.

No changing of password.

Returns:
bool

Reimplemented from auth_plugin_base.

Definition at line 69 of file auth.php.

No password resetting.

Reimplemented from auth_plugin_base.

Definition at line 76 of file auth.php.

No external data sync.

Returns:
bool

Reimplemented from auth_plugin_base.

Definition at line 59 of file auth.php.

Indicates if password hashes should be stored in local moodle database.

Returns:
bool true means md5 password hash stored in user table, false means flag 'not_cached' stored there instead

Reimplemented from auth_plugin_base.

Definition at line 49 of file auth.php.

user_login ( username,
password 
)

Do not allow any login.

Reimplemented from auth_plugin_base.

Definition at line 38 of file auth.php.

user_update_password ( user,
newpassword 
)

No password updates.

Reimplemented from auth_plugin_base.

Definition at line 45 of file auth.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations