rdt-client
rdt-client copied to clipboard
Password reset
I had a system issue (not related to rdtclient) and somehow I lost my password for rdtclient. I'm running as a windows service, is there a password reset function?
Not sure if theres a password reset option but you can disable auth in the database and then change your password in the profile settings. You can use something like DB Browser for SQLite to change it. Its in the Settings Table and you'll just need to change the number 0 to a 1 in the General:AuthenticationType cell and write the changes. Just be sure to stop the service and then edit the database. or simple way would be to delete database file and redo settings.
Video if you need help :D
https://github.com/user-attachments/assets/b80c5ad9-b54c-4f45-a2c5-63937d29509e
Thank you, this worked perfectly