MDL-56739 auth: Support custom confirmation URL

This commit is contained in:
Juan Leyva 2016-11-03 21:18:18 +00:00
parent 258d07d37e
commit d6a25bc49a
4 changed files with 31 additions and 4 deletions

View file

@ -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 ===