mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10896] Adds email validation to email settings in ACP
Adds a new validation type to the ACP validate_config_vars function and implements it on the board_contact and board_email settings. PHPBB3-10896
This commit is contained in:
@@ -160,6 +160,7 @@ $lang = array_merge($lang, array(
|
||||
'EDIT_POST' => 'Edit post',
|
||||
'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS
|
||||
'EMAIL_ADDRESS' => 'E-mail address',
|
||||
'EMAIL_INVALID' => 'The email address you entered is invalid.',
|
||||
'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',
|
||||
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
|
||||
'EMPTY_MESSAGE_SUBJECT' => 'You must specify a subject when composing a new message.',
|
||||
|
Reference in New Issue
Block a user