Page 1 of 1
How can I reset the password?
Posted: Fri 04 Apr 2014 10:22
by Marina
Hi guys. The problem is following: I had created small repository month ago just for Review Assistant testing (Review Assistant Authentication). Default admin account name had been changed too. I have lost project owner's credetials and credentials of the admin (as I remember, it was the same user). How can I reset user's password? Thank you.
Re: How can I reset the password?
Posted: Fri 04 Apr 2014 13:30
by AlexeyN
Hello. If you have nothing important there, you can simply delete the database, and Review Assistant will create empty ones with default Administrator user:
- Stop the 'Devart Review Assistant' service
Delete the 'C:\ProgramData\Devart\Review Assistant\reviewassistant.db' file
Start the 'Devart Review Assistant' service
Otherwise, you can edit database in any SQLite database editor (e.g.
http://sqlitestudio.pl):
- Stop the 'Devart Review Assistant' service
Open the 'C:\ProgramData\Devart\Review Assistant Exp\reviewassistant.db' file in SQLite studio.
Go to the 'Users' table, switch to the 'Data' tab, find the required user, and modify his password to 'Mv13L1QAD8wB' (equivalent for an empty password), commit changes to the database.
Start the 'Devart Review Assistant' service
Re: How can I reset the password?
Posted: Fri 04 Apr 2014 15:48
by Marina
Thank you
