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

Numeric password #11

Closed
symac opened this issue Aug 6, 2015 · 4 comments
Closed

Numeric password #11

symac opened this issue Aug 6, 2015 · 4 comments
Labels

Comments

@symac
Copy link

symac commented Aug 6, 2015

Setting a password containing only digits in the admin.yaml file won't allow login.

@flaviocopes
Copy link
Contributor

I cannot recreate, what was the content of the password field you entered in admin.yaml? I tried with password: '1111', it works

@symac
Copy link
Author

symac commented Aug 6, 2015

@flaviocopes I am not a yaml expert and had just replaced password with my password so it was looking like:
password: 111
I assume it is not the correct way of setting a string containing only digits in yaml syntax, but if there is any way to go around that would be nice to newcomers (as according to a discussion gitter I am not the only one who encountered this issue)

@flaviocopes
Copy link
Contributor

You're right, setting it as a number does not work. password: 111 does not work, password: '111' works.

@flaviocopes flaviocopes added the bug label Aug 6, 2015
@rhukster
Copy link
Member

rhukster commented Aug 6, 2015

BTW, there are some built in rules for 'changing' password via the admin. Currently this is hardcoded, but we can maybe have it configurable later. 1 upper, 1 digit + at least 8 chars (i think!)

@rhukster rhukster closed this as completed Aug 6, 2015
rhukster pushed a commit that referenced this issue Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants