mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
added CHANGELOG, TODO and version update
This commit is contained in:
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [1.1.0] - 2020-11-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- security settings revokethreshold and minrequestperiod
|
||||||
|
- support for standard not email based login of existing users
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- settings form help typos
|
||||||
4
TODO.md
4
TODO.md
@@ -1,5 +1,7 @@
|
|||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
- unit tests
|
- configurable takeover of user authtype after self singup in other auth module
|
||||||
|
in case of standard not email based logins
|
||||||
- js snippet to change login form (ex. to add "Generate OTP" button) on valid
|
- js snippet to change login form (ex. to add "Generate OTP" button) on valid
|
||||||
email as username
|
email as username
|
||||||
|
- unit tests
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2020111803; // The current plugin version (Date: YYYYMMDDXX).
|
$plugin->version = 2020111900; // The current plugin version (Date: YYYYMMDDXX).
|
||||||
$plugin->requires = 2018120304; // Requires this Moodle version.
|
$plugin->requires = 2018120304; // Requires this Moodle version.
|
||||||
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
|
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
|
||||||
$plugin->maturity = MATURITY_STABLE;
|
$plugin->maturity = MATURITY_STABLE;
|
||||||
|
|||||||
Reference in New Issue
Block a user