Skip to content
Snippets Groups Projects
Verified Commit b11fbb10 authored by Marco Schlicht's avatar Marco Schlicht :speech_balloon:
Browse files

version changes

parent a5bcd659
No related branches found
No related tags found
No related merge requests found
...@@ -312,3 +312,4 @@ class auth_plugin_ext_token_login extends auth_plugin_base ...@@ -312,3 +312,4 @@ class auth_plugin_ext_token_login extends auth_plugin_base
} }
} }
# vim: ts=4 sw=4 et
...@@ -47,4 +47,5 @@ $string['settings_webservice_dummy_user_description'] = 'The dummy user, that yo ...@@ -47,4 +47,5 @@ $string['settings_webservice_dummy_user_description'] = 'The dummy user, that yo
$string['settings_enable_password_login_visible_name'] = 'Enable Password Login'; $string['settings_enable_password_login_visible_name'] = 'Enable Password Login';
$string['settings_enable_password_login_description'] = 'If enabled, ext_token_login users can login on the loginpage with a password.<br>Should be disabled, if you only have the dummy user with auth="ext_token_login"'; $string['settings_enable_password_login_description'] = 'If enabled, ext_token_login users can login on the loginpage with a password.<br>Should be disabled, if you only have the dummy user with auth="ext_token_login"';
# vim: ts=4 sw=4 et
?> ?>
...@@ -75,4 +75,5 @@ if ($ADMIN->fulltree) { ...@@ -75,4 +75,5 @@ if ($ADMIN->fulltree) {
)); ));
} }
# vim: ts=4 sw=4 et
?> ?>
...@@ -25,8 +25,9 @@ ...@@ -25,8 +25,9 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018062200; $plugin->version = 2018070200;
$plugin->requires = 2011070100; // Requires Moodle 2.1 or later $plugin->requires = 2011070100; // Requires Moodle 2.1 or later
$plugin->release = '1'; $plugin->release = '1';
$plugin->component = 'auth_ext_token_login'; $plugin->component = 'auth_ext_token_login';
/* $plugin->maturity = MATURITY_STABLE; // this version's maturity level */ /* $plugin->maturity = MATURITY_STABLE; // this version's maturity level */
# vim: ts=4 sw=4 et
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment