mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/12251] Add string validation for a-zA-Z0-9 and underscore
PHPBB3-12251
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user