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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,5 @@ Now hit the url `http://localhost/cakeAdminLTE/admin` you are ready to go, enter
19
19
####CakeAdminLTE
20
20
* cakeAdminLTE is already built with auth authentication system within the admin panel along with admin routing.
21
21
* open file `app/Controller/AppController.php` which is already set up using auth component for admin authentication.
22
-
* you can use auth for authentcating for user within the else part, you will find all information [here](http://stackoverflow.com/questions/13167367/cakephp-2-x-auth-with-two-separate-logins).
23
-
* by default if you run the application it will look for the controller class because their no controller, so you have to use `/admin` after the application name.
22
+
* you can use auth for authentcating user within the else part, you will find all information [here](http://stackoverflow.com/questions/13167367/cakephp-2-x-auth-with-two-separate-logins).
23
+
* by default if you run the application it will look for the controller, so you have to use `/admin` after the application name if you have not setup any other default controller.
0 commit comments