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
Copy file name to clipboardExpand all lines: docs/quick_start_guide/using_session_auth.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Learning any new authentication system can be difficult, especially as they get
12
12
13
13
### Configure Redirect URLs
14
14
15
-
If you need everyone to redirect to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.
15
+
If you need to redirect everyone to a single URL after login/logout/register actions, you can modify the `Config\Auth::$redirects` array in **app/Config/Auth.php** to specify the url to redirect to.
16
16
17
17
By default, a successful login or register attempt will all redirect to `/`, while a logout action
18
18
will redirect to a [named route](https://codeigniter.com/user_guide/incoming/routing.html#using-named-routes"See routing docs")`login` or a *URI path*`/login`. You can change the default URLs used within the **app/Config/Auth.php** config file:
0 commit comments