xiidea / ezRbac

A simple yet easy to implement Role Based Access Control Library for popular PHP framework Codeigniter
http://xiidea.github.io/ezRbac/
86 stars 39 forks source link

How to login?Not acl manage. #23

Closed yukunwu closed 8 years ago

yukunwu commented 8 years ago

Hi, Thanks for the great project. I can login to acl manage page by visit '{server_name}/{default_controller}/index/rbac/gui',but i can't find normal login page.I see that there is view pages in /application/views/login/ folder,and it's used in libraries/Ezlogin.php.I read through the code and the guides,not found where to login.

What is that?

ronisaha commented 8 years ago

Hi, The login page will be served when you access any restricted page and you do not need any different url for login page.

yukunwu commented 8 years ago

yeah, I don't know why formerly it didn't redirect to the login page,I have tried many times. Never mind,it works now. Cool.