From d373c1f978b4e4aae0b17ae696e73d46ffd40aee Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 14 Mar 2025 11:32:46 +0300 Subject: add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers --- include/login_form.php | 93 ++++++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 44 deletions(-) (limited to 'include/login_form.php') diff --git a/include/login_form.php b/include/login_form.php index c0f1a93af..8fa578c11 100755 --- a/include/login_form.php +++ b/include/login_form.php @@ -121,79 +121,84 @@
" /> + onchange="UtilityApp.fetchProfiles()" + onfocus="UtilityApp.fetchProfiles()" + onblur="UtilityApp.fetchProfiles()" + + required="1" value="" />
"/> + dojoType="dijit.form.TextBox" + class="input input-text" + onchange="UtilityApp.fetchProfiles()" + onfocus="UtilityApp.fetchProfiles()" + onblur="UtilityApp.fetchProfiles()" + + value=""/>
- +
-
- - - -
- -
- - - -
+ +
+ -
- -
+ +
-
- +
+ - -
+ +
-
- -
- 0) { ?> +
+ +
-
+
+ +
+ + 0) { ?> +
+ + +
+
+ + run_hooks(PluginHost::HOOK_LOGINFORM_ADDITIONAL_BUTTONS) ?>
-- cgit v1.2.3-54-g00ecf