phpbb/phpBB/language/en/acp
Meik Sievertsen e7cbcfe874 some fixes.
David, could you check the pass_complex expressions? They are:
.* PASS_TYPE_ANY (any characters are allowed, no check)
[a-zA-Z] PASS_TYPE_CASE (password must contain alphanumerics)
[a-zA-Z0-9] PASS_TYPE_ALPHA (password must contain alphanumerics and numbers)
[a-zA-Z\W] PASS_TYPE_SYMBOL (password must contain alphanumers, numbers and symbols)

At the moment the pass complexity check is done within validate_password(), but the expressions are wrong. :)


git-svn-id: file:///svn/phpbb/trunk@6317 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-25 15:15:53 +00:00
..
attachments.php - finally making the age calculation work [Bug #3582] 2006-08-06 17:25:29 +00:00
ban.php time to squash some bugs 2006-06-22 15:14:03 +00:00
board.php - load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. 2006-08-09 21:03:46 +00:00
bots.php fix #1213 2006-03-25 12:35:23 +00:00
common.php - removed a useless line [Bug #3656] 2006-08-10 13:33:06 +00:00
database.php *** empty log message *** 2006-08-17 01:15:01 +00:00
email.php some fixes. 2006-08-25 15:15:53 +00:00
forums.php - tackle some usability issues 2006-07-09 16:23:57 +00:00
groups.php - tackle some usability issues 2006-07-09 16:23:57 +00:00
language.php Movin' a lang var, removin' a useless var 2006-02-19 15:13:26 +00:00
modules.php time to squash some bugs 2006-06-22 15:14:03 +00:00
permissions.php - fixing some bugs 2006-08-02 15:53:19 +00:00
permissions_phpbb.php - tackle some usability issues 2006-07-09 16:23:57 +00:00
posting.php *** empty log message *** 2006-08-07 03:21:28 +00:00
profile.php - custom profile field fixed 2006-08-03 15:23:34 +00:00
prune.php - adding a file which displays duplicate language keys 2006-05-12 23:45:27 +00:00
search.php - proper redirect after deleting a report [Bug #2260] 2006-06-16 18:31:51 +00:00
styles.php - removed a useless line [Bug #3656] 2006-08-10 13:33:06 +00:00
users.php fix some bugs... again. :) 2006-07-10 15:55:10 +00:00