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

SP limits user passwords to 41 chars #2601

Open
TomSta opened this issue Oct 14, 2016 · 2 comments
Open

SP limits user passwords to 41 chars #2601

TomSta opened this issue Oct 14, 2016 · 2 comments

Comments

@TomSta
Copy link

TomSta commented Oct 14, 2016

When I try to add new user with a longer/stronger password I'm getting message 'password is too long' and I'm using a "simpler"/short one like this:
gfsda87f32gfalwert7823gu3wr3278rg^%^^^^@&$@^$*&^%(@

now, my default would be something like that:
k]?Wc-Dp5[5QF,=[J@sck\3utGOb01l4jE]vhP"3kyT0baq_\t'-Luv",w[ZpU+~wT+M,sdD;zvZ.3L$

I'm using version 1.1.2, build 4541 (602e11a)

@dmoagx
Copy link
Member

dmoagx commented Oct 15, 2016

The User Manager xcdatamodel currently limits the password field to 41 chars, which, according to http://dev.mysql.com/doc/refman/5.7/en/password-hashing.html, is the length of the hashed password, but there shouldn't be a limit for the raw password, of course.

@dmoagx dmoagx changed the title password is too long SP limits user passwords to 41 chars Oct 15, 2016
@dmoagx dmoagx closed this as completed in ee5e4db Oct 20, 2016
@dmoagx dmoagx reopened this Oct 20, 2016
@TomSta
Copy link
Author

TomSta commented Oct 21, 2016

thx dmoagx

@dmoagx dmoagx added this to the 1.2 milestone Feb 5, 2017
@abhibeckert abhibeckert removed this from the 1.2 milestone Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants