Authentication Page Bug June 30, 2019, 11:31:13 AM 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. Quote Selected
Re: Authentication Page Bug Reply #1 – July 03, 2019, 11:53:22 AM @Welisson this is not the case for me, I used "users" as the login and registration table and it works perfectly fine. Quote Selected Last Edit: August 03, 2019, 05:12:46 PM by willvin