Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | auth.php |
Anobody can login with any password. | |
file | lib.php |
Anybody can login with any password. | |
file | noauth.php |
Verifies unsupported noauth setting. | |
file | provider.php |
Privacy Subsystem implementation for auth_none. | |
file | settings.php |
Admin settings and defaults. | |
file | upgrade.php |
No authentication plugin upgrade code. | |
file | version.php |
Version information. | |
Namespaces | |
namespace | auth_none\check |
| |
namespace | auth_none\privacy |
| |
Classes | |
class | auth_none\check\noauth |
Verifies unsupported noauth setting. More... | |
class | auth_none\privacy\provider |
Privacy Subsystem for auth_none implementing null_provider. More... | |
class | auth_plugin_none |
Plugin for no authentication. More... | |
Functions | |
auth_none_security_checks () | |
Add security check to make sure this isn't on in production. More... | |
xmldb_auth_none_upgrade ($oldversion) | |
Function to upgrade auth_none. More... | |
Variables | |
$plugin = 2020060900 | |
$plugin | component = 'auth_none' |
$plugin | version = 2020061500 |
auth_none_security_checks | ( | ) |
Add security check to make sure this isn't on in production.
array | check |
xmldb_auth_none_upgrade | ( | $oldversion | ) |
Function to upgrade auth_none.
int | $oldversion | the version we are upgrading from |
bool | result |