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

Service upgragre breaks admin user's passwords #73

Open
juanluisbaptiste opened this issue Apr 24, 2018 · 0 comments
Open

Service upgragre breaks admin user's passwords #73

juanluisbaptiste opened this issue Apr 24, 2018 · 0 comments

Comments

@juanluisbaptiste
Copy link

juanluisbaptiste commented Apr 24, 2018

Hi,

After doing a modification to my traefik install I got locked out of the traefik admin interface. Upon investigation I noticed that all the $ symbols in the hash string had been doubled. For example, for a password hash like this one added on an initial traefik install (throgh rancher catalog):

admin:$apr1$a7d3ipZE$bE2wACcJNGzjAd07iJq8o1

If the configuration is updated later, the hash will be saved like:

admin:$$apr1$$a7d3ipZE$$bE2wACcJNGzjAd07iJq8o1

If you save again it will add another $ and so on. Removing the extra $ symbols and saving fixes the lock-out.

This is on latest traefik 1.5.4-rancher1 available at rancher catalog on rancher 1.6.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant