i cant login with the 123... password #1143
|
ive just installed in VS Code but cant login with the 123... password. ive changed the password correctly in the .env but still it says passwprd invalid. can anyone help please.... |
Replies: 2 comments 1 reply
Try CHANGEME |
|
Hey @alesiosc! The default password Here is how to reset your password:
Important: This will reset all your settings. If you have backups, you can restore them after setting the new password via Dashboard -> Settings -> Backup -> Restore. Alternatively, if you want to keep your data, you can try clearing just the password entry from the database using a SQLite tool. Hope this helps! |
Hey @alesiosc!
The default password
123456789is only for older versions. In recent versions, the password is set directly in the dashboard on first login -- not via.envfile.Here is how to reset your password:
~/.omniroute/omniroute.db(on Windows:%USERPROFILE%\.omniroute\omniroute.db)Important: This will reset all your settings. If you have backups, you can restore them after setting the new password via Dashboard -> Settings -> Backup -> Restore.
Alternatively, if you want to keep your data, you can try clearin…