You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/12/21 03:44:09 UTC

[GitHub] [shardingsphere-elasticjob-ui] CropCollector opened a new issue #80: Add conf/auth.properties to modify the account that to login but it didn't work...

CropCollector opened a new issue #80:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/80


   Read the document [ElasticJob Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/).
   
   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?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN closed issue #80: Add conf/auth.properties to modify the account that to login but it didn't work...

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #80:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/80


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #80: Add conf/auth.properties to modify the account that to login but it didn't work...

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #80:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/80#issuecomment-748743541


   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
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on issue #80: Add conf/auth.properties to modify the account that to login but it didn't work...

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #80:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/80#issuecomment-748791340


   Thanks for you participation! This issue has been fixed by https://github.com/apache/shardingsphere-elasticjob/pull/1785


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-ui] CropCollector commented on issue #80: Add conf/auth.properties to modify the account that to login but it didn't work...

Posted by GitBox <gi...@apache.org>.
CropCollector commented on issue #80:
URL: https://github.com/apache/shardingsphere-elasticjob-ui/issues/80#issuecomment-748786864


   > 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.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org