-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_405_STABLE
-
MDL-80967-main -
We are using OAuth2 to authenticate our users. We don't have any "manual" users. Technically we only got the admin user which we never use (it's bad to share an account). Our first gess was to use the alternateloginurl configuration. Not a bad idea, but we realised that the only thing we want was to hide the login form.
So we decided to add a new configuration showloginform (with a default to "yes") and add a mustache tag to hide/show the login form. With the default to "yes" there is not breaking anything and it's offer a simple way to just use the OAuth2 authentication. If necessary, it can be check and the login form will show again.
- has been marked as being related by
-
MDL-81101 PR only: MDL-80967 - Login page - Give the option to hide the login form with only a configuration
- Closed
-
MDL-81447 PR only (2) : MDL-80967 - Login page - Give the option to hide the login form with only a configuration
- Closed
-
MDL-82234 Update the tool_mobile_get_public_config WS to return the new option to hide the login form
- Closed