Reputation: 12385
I have a Sonar install running on a windows server using MySql 5.1
I left my admin password at its default of admin and created a second users password all of which worked. After a break of a few months of not really using Sonar I tried to log in and it constantly fails to authenticate on both accounts.
These are the steps I have taken to resolve it:
Set the password with sql I got from the Sonar docs.
update users set crypted_password = '88c991e39bb88b94178123a849606905ebf440f5', salt='6522f3c5007ae910ad690bb1bdbf264a34884c6d' where login = 'admin'
I know I could drop the database and start from scratch but ideally I would like to keep the 12 months of build history I have.
Any suggestion?
Upvotes: 3
Views: 12380