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

increased version and changed todo list

parent 556a7abb
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,12 @@
- [x] add README
- [x] Umbennennen in ext\_token\_login
- [] throw different errors
- i don't know how
- i dont know how
- [x] only echo debug messages if $debug is true
- [x] new users throws errors, fix it
- it is not possible to login with a token, without loging in before
- [] create user
- [x] should not happen
- [] update user information
- [x] is not needed, because we dont get any user information
- [] unit tests
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017082200;
$plugin->version = 2018062200;
$plugin->requires = 2011070100; // Requires Moodle 2.1 or later
$plugin->release = '1';
$plugin->component = 'auth_ext_token_login';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment