Changeset 1346
- Timestamp:
- 09/10/08 17:03:11
(3 months ago)
- Author:
- scitech
- Message:
Mail_add.php display incorrect messages
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1345 |
r1346 |
|
| 4 | 4 | - LANGUAGES: |
|---|
| 5 | 5 | * Updated French (thanks momo) |
|---|
| | 6 | * Mail_add.php display incorrect messages |
|---|
| 6 | 7 | |
|---|
| 7 | 8 | 2008-09-09 Daniel Andreca |
|---|
| r1327 |
r1346 |
|
| 398 | 398 | } else if (!chk_password($pass, 50, "/[`\xb4'\"\\\\\x01-\x1f\015\012|<>^$]/i")) { |
|---|
| 399 | 399 | // Not permitted chars |
|---|
| 400 | | set_page_message(tr('Password data is shorter than %s signs or includes not permitted signs!'), Config::get('PASSWD_CHARS')); |
|---|
| | 400 | set_page_message(tr('Password data is shorter than %s signs or includes not permitted signs!', Config::get('PASSWD_CHARS'))); |
|---|
| 401 | 401 | return false; |
|---|
| 402 | 402 | } |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>