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
The URI Craft should redirect to when user token validation fails. A token is used on things like setting and resetting user account
2315
-
passwords. Note that this only affects front-end site requests.
2321
+
The URI Craft should redirect to when user token validation fails. User tokens are used for
2322
+
email verification and password resets. If `null`, <config5:loginPath> will be used by default.
2316
2323
2317
2324
See [craft\helpers\ConfigHelper::localizedValue()](https://docs.craftcms.com/api/v5/craft-helpers-confighelper.html#method-localizedvalue) for a list of supported value types.
2318
2325
2326
+
Note that this only affects front-end site requests.
0 commit comments