mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
MDL-56739 auth: Support custom confirmation URL
This commit is contained in:
parent
258d07d37e
commit
d6a25bc49a
4 changed files with 31 additions and 4 deletions
|
@ -7,6 +7,8 @@ information provided here is intended especially for developers.
|
|||
This can be used to modify the user object before any authentication errors are raised.
|
||||
* The block_login now displays the loginpage_idp_list() links as well as main login page.
|
||||
* The authentication plugin auth_radius has been moved to https://github.com/moodlehq/moodle-auth_radius
|
||||
* New auth_email::user_signup_with_confirmation() method has a new optional parameter $confirmationurl to provide a different
|
||||
confirmation URL.
|
||||
|
||||
=== 3.0 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue