Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 4009ea1

Browse files
committed
Responsive readapt home / user dashboard
1 parent 43906be commit 4009ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/core.auth/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<global_param name="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"/>
1515
<global_param name="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"/>
1616
<global_param name="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_param name="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_param name="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"/>
1818
<global_param name="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"/>
1919
<global_param type="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"/>
2020

0 commit comments

Comments
 (0)