]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14582 SSF-124 Docs
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Mon, 29 Mar 2021 19:03:11 +0000 (14:03 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 30 Mar 2021 20:04:23 +0000 (20:04 +0000)
server/sonar-docs/src/pages/instance-administration/security.md

index e151419b9fe329196529e7fea6538165d009bfb2..4c58c71e0a6230319aed71cfe131c56432e74bd2 100644 (file)
@@ -94,7 +94,7 @@ When installing SonarQube, a default user with Administer System permission is c
 ## Reinstating Admin Access
 If you changed and then lost the `admin` password, you can reset it using the following query:
 ```
-update users set crypted_password = '$2a$12$uCkkXmhW5ThVK8mpBvnXOOJRLd64LJeHTeCkSuB3lfaR2N0AYBaSi', salt=null, hash_method='BCRYPT', reset_password='true' where login = 'admin'
+update users set crypted_password='100000$t2h8AtNs1AlCHuLobDjHQTn9XppwTIx88UjqUm4s8RsfTuXQHSd/fpFexAnewwPsO6jGFQUv/24DnO55hY6Xew==', salt='k9x9eN127/3e/hf38iNiKwVfaVk=', hash_method='PBKDF2', reset_password='true' where login='admin'
 ```
 If you've deleted `admin` and subsequently locked out the other users with global administrative permissions, you'll need to re-grant `admin` to a user with the following query:
 ```