-
Notifications
You must be signed in to change notification settings - Fork 38
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
Password is not strong enough. #208
Comments
I think that this has been thought of and discussed when Members was programmed. Any further eplanation of the error wouldn't work with translations, that's for sure. Symphony uses generic error messages in many places, and it is always up to the developer to catch them and output useful information in the templating layer.
|
Ok, this was from the backend though. I really do think this is weird. |
Why the hell would you create a Member from the backend? |
To test it all works lol. Plus we have a client who has a predefined set of trade accounts, that are stored in the same section as retail accounts. Trade will be entered in the backend by our client, and provided a password chosen for them, retail from the frontend. |
I see. But for a well-trained author in the backend, should this message not suffice? :-) |
Possibly, but we all know clients in reality. I do think a That way the error would have a context as reference. |
That was just from memory, so I may be proven wrong here. Translators like @nilshoerrmann will know better. Anyway that would be monster string, probably too long for a If you want to suggest some strings, don't forget the "password too short" message. |
Could Documenter help? |
What kind of problems do you expect for translators, Michael? |
Maybe I don't remember correctly. We should take a look at all the possible error strings. |
I'm going to come back to this. It may be beneficial to allow each level to be defined by the developer. I am not happy with any of the levels, as they don't suit our password policies at all. |
Does anybody still have issues with this? Otherwise, we should consider this thread outdated and close it. |
Well, I think this can still be improved. The message does not helps the user. I would keep open. |
When entering a password which is set to 'strong', this message comes up.
Not really helpful as it doesn't explain the complexity required.
Also, what is the complexity required for each level?
The text was updated successfully, but these errors were encountered: