Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
4101db63
Commit
4101db63
authored
Aug 16, 2016
by
Florian Schaal
Browse files
Fixes #4084 - Mail user cant delete created mail forwarding
parent
4be945bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mailuser/form/mail_user_cc.tform.php
View file @
4101db63
...
...
@@ -69,7 +69,9 @@ $form["tabs"]['mailuser'] = array (
'type'
=>
'TOLOWER'
)
),
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISEMAIL'
,
'errmsg'
=>
'cc_error_isemail'
),
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\.[a-z\-]{2,10}){0,1}(,\s*\w+[\w\.\-\+]*\w{0,}@\w+[\w.-]*\.[a-z\-]{2,10}){0,}$/i'
,
'errmsg'
=>
'cc_error_isemail'
),
),
'default'
=>
''
,
'value'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment