------------------------------------------------
(unreleased)
- Add support for whitelisting IP ranges. Single IP addresses can still
be used and mixed and matched with ranges.
[lgraf]
- Move the [enable|disable]_two_factor_authentication actions before the
logout action, that 'logout' is still at the bottom of the menu.
[lgraf]
- Use the default "You're now logged in" message and translate it
in the 'plone' domain. That way, it will look the same as with
the regular Plone login and be translated in all languages.
[lgraf]
- Disable unloadProtection for controlpanel form.
(Gets rid of "Leave this page?" message when editing settings)
[lgraf]
- Avoid prematurely logging user in (before token has been verified)
[lgraf]
- Make sure to handle exceptions in auth plugins properly.
[lgraf]
- Consider all authentication plugins when checking credentials.
[lgraf]