khiem111189 opened a new pull request #395:
URL: https://github.com/apache/pulsar-manager/pull/395


   Fixes #382 
   
   ### Motivation
   
   I also cannot log in with the default admin account on Pulsar-Manager 0.2.0. 
Just realized that we have two conflicted configs in the 
`application.properties`. And this properties file is used as the default 
configs in the built pulsar-manager.jar.
   
   ```
   # If user.management.enable is true, the following account and password will 
no longer be valid.
   pulsar-manager.account=pulsar
   pulsar-manager.password=pulsar
   # If true, the database is used for user management
   user.management.enable=true
   ```
   
   
   ### Modifications
   
   I just set `user.management.enable` to false so we use the default admin 
account as the default approach.
   
   ### Verifying this change
   
   This fixed is very minor and I have all the builts are sccuessful
   
   
   


-- 
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:
us...@infra.apache.org


Reply via email to