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

Model error: "Unable to locate the model you have specified: User_autologin" #26

Closed AndrewSavetchuk closed 7 years ago

AndrewSavetchuk commented 7 years ago

Hello, when I do login I get an error: "Unable to locate the model you have specified: User_autologin"

To fix it go to ./ezRbac/models/ and rename "users_autologin.php" to "Users_autologin.php"