How can I reset the password?

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
Marina
Posts: 2
Joined: Fri 04 Apr 2014 10:07

How can I reset the password?

Post by Marina » Fri 04 Apr 2014 10:22

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.

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: How can I reset the password?

Post by AlexeyN » Fri 04 Apr 2014 13:30

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

Marina
Posts: 2
Joined: Fri 04 Apr 2014 10:07

Re: How can I reset the password?

Post by Marina » Fri 04 Apr 2014 15:48

Thank you :)

Post Reply