Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conf/auth.properties to modify the account that to login but it didn't work... #80

Closed
CropCollector opened this issue Dec 21, 2020 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation volunteer wanted

Comments

@CropCollector
Copy link

Read the document ElasticJob Doc.

It said that change the conf/auth.properties to modify the account. but i didn't find the file under the dir, so i add the file and change the password.

Then i restart the project but the change didn't work...

It that what i made mistakes?

@TeslaCN
Copy link
Member

TeslaCN commented Dec 21, 2020

You may configure auth in application.properties. The documents are outdate. You may submit a PR to update the documents if you are interested in our project, or we will update it later.

auth.root_username=root
auth.root_password=root
auth.guest_username=guest
auth.guest_password=guest

@TeslaCN TeslaCN added documentation Improvements or additions to documentation volunteer wanted labels Dec 21, 2020
@CropCollector
Copy link
Author

You may configure auth in application.properties. The documents are outdate. You may submit a PR to update the documents if you are interested in our project, or we will update it later.

auth.root_username=root
auth.root_password=root
auth.guest_username=guest
auth.guest_password=guest

thx, it works. And I submitted a PR in the project elasticjob.

@TeslaCN
Copy link
Member

TeslaCN commented Dec 21, 2020

Thanks for you participation! This issue has been fixed by apache/shardingsphere-elasticjob#1785

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation volunteer wanted
Projects
None yet
Development

No branches or pull requests

2 participants