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
|`password.allowed_symbols`| string | `!@#$%^&*()_+-={}[]:;'"<>,.?/\\|~` | Allowed symbol set counted by StrongPassword and used to reject disallowed characters. |
116
-
|`password.expire_days`| integer |`90`| Force password change after X days. |
117
-
|`password.history`| integer |`5`| Disallow reuse of last X passwords. |
118
-
|`password.require_history`| bool |`false`| If true, user must have at least one password history entry; otherwise redirected to change page. |
119
-
|`password.redirect_on_expired_to`| string (route name) |`password.request`| Route to redirect to when password is expired or when history is required but missing. |
117
+
|`password.expire_days`| integer |`90`| Force password change after X days. |
118
+
|`password.history`| integer |`5`| Disallow reuse of last X passwords. |
119
+
|`password.require_history`| bool |`false`| If true, user must have at least one password history entry; otherwise redirected to change page. |
120
+
|`password.redirect_on_expired_to`| string (route name) |`password.request`| Route to redirect to when password is expired or when history is required but missing. |
returnredirect()->route(config('security-policies.session.redirect_on_idle_to', 'login'))->with('error', 'You have been logged out due to inactivity.');
0 commit comments