1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/12251] Add string validation for a-zA-Z0-9 and underscore

PHPBB3-12251
This commit is contained in:
Joas Schilling
2014-03-06 12:28:36 +01:00
parent 50165fe920
commit 600e5f6c11
3 changed files with 18 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ $lang = array_merge($lang, array(
'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field.',
'ALPHA_ONLY' => 'Alphanumeric only',
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
'ALWAYS_TODAY' => 'Always the current date',
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',