You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/core.auth/manifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<global_paramname="SESSION_SET_CREDENTIALS"group="CONF_MESSAGE[Generic Auth Features]"type="boolean"label="CONF_MESSAGE[Store Credentials in Session]"description="CONF_MESSAGE[Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins.]"mandatory="true"default="false"/>
15
15
<global_paramname="SECURE_LOGIN_FORM"group="CONF_MESSAGE[Login Form]"type="boolean"label="CONF_MESSAGE[Secure Login Form]"description="CONF_MESSAGE[Raise the security of the login form by disabling autocompletion and remember me feature]"mandatory="true"default="false"expose="true"/>
16
16
<global_paramname="ENABLE_FORGOT_PASSWORD"group="CONF_MESSAGE[Login Form]"type="boolean"label="CONF_MESSAGE[Enable Forgot Password]"description="CONF_MESSAGE[Add a Forgot Password link at the bottom of the login form]"mandatory="true"default="false"expose="true"/>
17
-
<global_paramname="FORGOT_PASSWORD_ACTION"group="CONF_MESSAGE[Login Form]"type="string"label="CONF_MESSAGE[Forgot Password Action]"description="CONF_MESSAGE[Action to trigger when clicking on Forgot Password]"mandatory="true"default="reset-password-ask"expose="true"/>
17
+
<global_paramname="FORGOT_PASSWORD_ACTION"group="CONF_MESSAGE[Login Form]"type="string"label="CONF_MESSAGE[Forgot Password Action]"description="CONF_MESSAGE[Action to trigger when clicking on Forgot Password. Can be changed to trigger a custom action if you rely on external authentication system.]"mandatory="true"default="reset-password-ask"expose="true"/>
18
18
<global_paramname="DISABLE_BRUTE_FORCE_CHECK"group="CONF_MESSAGE[Login Form]"type="boolean"label="CONF_MESSAGE[Disable Brute Force Check (Captcha)]"description="CONF_MESSAGE[Disable the check of failed login attempts, will disable the Captcha display]"default="false"/>
19
19
<global_paramtype="plugin_instance:auth"name="MASTER_INSTANCE_CONFIG"group="CONF_MESSAGE[Main Instance]"label="CONF_MESSAGE[Instance Type]"description="CONF_MESSAGE[Choose the configuration plugin]"mandatory="true"default="auth.sql"/>
0 commit comments