You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erick Ruiz de Chavez edited this page Nov 22, 2020
·
3 revisions
The bot uses an SQLite3 database. To make it easier to manage, this project includes Adminer configured for SQLite.
Once the project is up and running, you can access it by going to http://localhost:8080/admin/ and log in using admin and password as the user and password respectively. If you want to change the default password (and you should!) you can use https://phppasswordhash.com to generate a new hash using your desired password (do not change the default PASSWORD_DEFAULT algorithm).