hyperledger-labs/fabric-operations-console

the console can not use a different custom password

Closed this issue · 3 comments

when use DEFAULT_USER_PASSWORD_INITIAL and DEFAULT_USER_PASSWORD to setup a password which is not the word 'password', the user cannot use the custom password to login nor the original default password to log in.

@litong01 this works on my end, I think the issue might be missing a restart? So on startup it sets the password. If you were already running and then change the DEFAULT_USER_PASSWORD_INITIAL , it will not do what you want.

So could you restart the web server before trying again.

I've updated the docs around these confusing fields: #77

oh also if you are setting this in the config yaml file, it should be lowercase default_user_password_initial

closing, inactivity