on ‎2018 Dec 05 1:40 PM
Password Policy: Only specific special characters should be allowed.
Password should only have any of the following: $ % _ - #
How can this password policy be achieved if possible
Request clarification before answering.
If you question is regarding restricting the special characters to just "$ % _ - #" then the answer is that it is not possible
Read
https://help.sap.com/saphelp_nw70ehp2/helpdata/en/4a/c3f18f8c352470e10000000a42189c/frameset.htm
Regards, JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must really hate your users!
More seriously, what is the purpose of such a policy? It's obviously not increased security, as you have decreased the number of available characters that can be used to just a small subset, and furthermore made it significantly harder for users to actually use the passwords, thus increasing chances that they'll write them on sticky notes attached to their monitors. Why not implement something more secure, such as certificate logins, or Single Sign-On, etc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hahahaha, yes, that is mean!
We implemented a small custom program so that the Help Desk can just press a button with the username involved, and it resets the password to a set of numbers based on SSN and year of birth. Then they just tell the user what the algorithm is and let the user figure out the new initial password. That way no password ever gets transmitted via email, nor spoken via phone, and only the real intended end user should be able to figure out what it is.
Ah yes, that could well be what he meant. I'm still not sure on the purpose, though. Why not allow all the valid special characters? Does it have to do with compatibility across systems of disparate capabilities? I can see that as an issue, but in that case, using login/password_downwards_compatibility and/or login/password_charset might be better (and easier) options.
I guess you can set the parameter for min special characters login/min_password_specials to 40 which is the max password length. 😄
Regards, JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 7 | |
| 4 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.