0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/scripts
Christian Boltz 69b3df10e4 config.inc.php
- new config option $CONF['password_validation'] - array with regular
  expressions to check if a password is valid/good enough.
  The default configuration enforces:
  - minimum length 5 characters/digits/whatever
  - at least 2 characters
  - at least 2 digits
- removed $CONF['min_password_length'] - it's now handled in /.{5}/ in
  $CONF['password_validation']

functions.inc.php
- new function validate_password to check a given password against
  $CONF['password_validation']
- generate_password: generated password is always 8 chars long
  (instead of $CONF['min_password_length'])

edit-admin.php, users/password.php, edit-mailbox.php, setup.php:
- use validate_password instead of $CONF['min_password_length']

This implements
https://sourceforge.net/tracker/?func=detail&aid=1785513&group_id=191583&atid=937967


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1192 a1433add-5e2c-0410-b055-b7f2511e0802
2011-09-25 18:39:20 +00:00
..
shells config.inc.php 2011-09-25 18:39:20 +00:00
snippets Changed delete.php to use flash_error(), removed some HTML from languages/* 2011-04-10 22:15:56 +00:00
common.php moved scripts/models-ext/* to model/ 2010-12-30 22:34:59 +00:00
inflector.php list-virtual.php: 2010-09-26 23:14:42 +00:00
postfixadmin-cli postfixadmin-cli: use readlink if $0 is a symlink 2011-04-10 13:05:53 +00:00
postfixadmin-cli.php config.inc.php: 2011-08-23 21:23:16 +00:00