Skip to content

Remember last auth method

Robert Schuster requested to merge feature/45-remember-last-auth-method into master

Last used auth method is stored in cookie "last_auth_method". During a request to render the "login" HTML this value is taken from the cookie and used to render the default option of the select.

If no previous value is available that is then it default to using the first value being placed in the select (as per HTML spec).

Merge request reports

Loading