Disable password policy warning

NethServer Version: 7.4
Module: server-manager

One (well, a few) of my Nethserver installations is on a test VM. I’ve deliberately set the password policy to weak. But every page in the server-manager warns me of this:


How can I get rid of this warning?

There are some scripts in /etc/nethserver/todos.d/:

http://docs.nethserver.org/projects/nethserver-devel/en/v7/todos_api.html

Don’t know if it’s the official way but unsetting executable worked for me:

chmod a-x /etc/nethserver/todos.d/40password_strength
2 Likes