Skip to content

login user password #7

Answered by vimal-m
wanganzhi1986 asked this question in Q&A
Discussion options

You must be logged in to vote

For acharya versions < 0.3.0-alpha the password is autogenerated when acharya is run for the first time. If you have run acharya and didn't copy the password then you can reset the password by running the following command

<acharya_cmd> tasks users -r for eg. in Linux the following command can be run
./acharya.0.2.0-alpha.linux.amd64 tasks users -r

And it will print on screen a system-generated password like this.

User Successfully created. Please use admin@localhost and pouring.fox to login.

In this eg. pouring.fox would be the password.

This design has been modified in acharya version >0.3.0-alpha and now the UI itself asks the user to set a password on first run. Unfortunately, our d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vimal-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5 on October 12, 2022 05:31.