PDA

View Full Version : Strong Passwords


chancer
21st September 2007, 23:30
Is it possible to ensure in ISPConfig that users can not set weak passwords in their control panels?

Ideally, they should use a minimum 9 characters of which they have at least one each of lower case letter, upper case letter, number from 0-9 and non alphanumeric character.

till
22nd September 2007, 00:45
This is not implemented, but you can add this to the username plugin.

chancer
29th September 2007, 21:19
Add what there, till? Is there something I have missed?

till
30th September 2007, 14:26
The username plugin is the script that displays the username input field and password field and verifies it. This is the place where you can add any additional code to verify the password strength. The plugin is written in PHP.

Update:
The username plugin file is: /home/admispconfig/ispconfig/lib/plugins/isp_username.plugin.php