Forgot login and password from admin panel, please help how to recover login password from admin panel through database, site is developed on CodeIgniter. Thank you in advance

  • The documentation states the following: CodeIgniter has a config file of values ​​(username, password, database name, etc.). The config file is located at application / config / database.php. So just look at the contents of this file. - Akina
  • and it will help change the login password change? forgot login and password from admin panel, I want to reset and create a new one ... - user22977
  • "application / config / database.php" everything is correct here - user22977
  • Well, there you have a user who has full access to the database. From his name you can execute anything on the base, change any data. - Akina
  • Well, as a supplement: forum.codeigniter.com/thread-49654.html - Akina

0