del & others
re passwordstrength setting possibilities
From
https://sourceforge.net/tracker/?func=detail&atid=615772&&aid=1228269&group_id=96750The strong setting means the new password is passed through cryptlib. The normal setting does some checks as per the error messages re upper case, lower case, number, non alpha & 7 char.
The none setting checks nothing and allows any password.
Everyone is really far better off to have at least the "normal" password strength setting. To have a lesser strength is only opening your server to easy hacking.
From the sme7 FAQ
Password Strength
Users are complaining the password strength checking is too strong. How do I change it?
First a warning - Far too many systems out there have weak passwords and they will be broken into. Educating your users on the necessity of strong passwords is the best option. If that fails, here is how you change the password strength checking from 'strong' to 'normal', which was the setting in previous versions of SME. Be careful to use the exact capitalization.
config setprop passwordstrength Users normal
config setprop passwordstrength Ibays normal
It is also possible, but strongly discouraged, to disable password strength checking:
config setprop passwordstrength Users none
config setprop passwordstrength Ibays none