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
Dirk Dankhoff
ISPConfig 3
Commits
bfed9251
Commit
bfed9251
authored
Jul 15, 2011
by
latham
Browse files
Allow numbers in email account names
parent
c3c862a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/form/mail_user.tform.php
View file @
bfed9251
...
...
@@ -86,7 +86,7 @@ $form["tabs"]['mailuser'] = array (
0
=>
array
(
'type'
=>
'UNIQUE'
,
'errmsg'
=>
'login_error_unique'
),
1
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[a-z][\w\.\-_\+@]{1,63}$/'
,
'regex'
=>
'/^[a-z
0-9
][\w\.\-_\+@]{1,63}$/'
,
'errmsg'
=>
'login_error_regex'
),
),
'default'
=>
''
,
...
...
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