File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -446,8 +446,11 @@ Command line clients can authenticate itself using the username/password stored
446
446
in the [ ` .codechecker.passwords.json ` ] ( #preconfigured-credentials ) . It is
447
447
obviously not a good idea to store passwords in text files. Instead of this the
448
448
user is able to generate a token from command line, that can be used to
449
- authenticate in the name of his/her name. To generate a new token, the user must
450
- be logged in first.
449
+ authenticate in the name of his/her name.
450
+
451
+ ** Note** : To generate a new token, the user ** must be logged in** first. Use
452
+ the ` CodeChecker cmd login ` command for it. After you have successfully logged
453
+ in you can generate a new token with the ` CodeChecker cmd token new ` command.
451
454
452
455
Personal tokens can be written instead of the user's password in the
453
456
` ~/.codechecker.passwords.json ` file:
You can’t perform that action at this time.
0 commit comments