Skip to main content
Topic: Authentication Page Bug (Read 884 times) previous topic - next topic

Authentication Page Bug


When we set the table for user registration and login, if this table is not exactly "account", an "account index" page shows many errors. This is because, somehow, even if the database table is, for example, "users_", the code continues to look for a table named "account". This can be manually corrected in app\views\partials\account\view.php.

Re: Authentication Page Bug

Reply #1
@Welisson this is not the case for me, I used "users" as the login and registration table and it works perfectly fine.