1441 |
ariadna |
1 |
# tool_mfa Upgrade notes
|
|
|
2 |
|
|
|
3 |
## 5.0
|
|
|
4 |
|
|
|
5 |
### Added
|
|
|
6 |
|
|
|
7 |
- The new factor management table uses `plugin_management_table`, so not only the functions that changed, but the file needs to be moved from `admin/tool/mfa/classes/local/admin_setting_managemfa.php` to `admin/tool/mfa/classes/table/admin_setting_managemfa.php`
|
|
|
8 |
|
|
|
9 |
For more information see [MDL-83516](https://tracker.moodle.org/browse/MDL-83516)
|
|
|
10 |
- Introduce the new language string `settings:shortdescription`, which is mandatory for each factor.
|
|
|
11 |
|
|
|
12 |
For more information see [MDL-83516](https://tracker.moodle.org/browse/MDL-83516)
|
|
|
13 |
|
|
|
14 |
### Deprecated
|
|
|
15 |
|
|
|
16 |
- The two language strings in the tool_mfa plugin, namely `inputrequired` and `setuprequired`, are deprecated.
|
|
|
17 |
|
|
|
18 |
For more information see [MDL-83516](https://tracker.moodle.org/browse/MDL-83516)
|
|
|
19 |
|
|
|
20 |
### Removed
|
|
|
21 |
|
|
|
22 |
- The previously deprecated `setup_factor` renderer method has been removed
|
|
|
23 |
|
|
|
24 |
For more information see [MDL-80995](https://tracker.moodle.org/browse/MDL-80995)
|