Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
1272df7f
Commit
1272df7f
authored
Nov 25, 2013
by
Till Brehm
Browse files
- Allow underscore at the beginning of email user login names
- Add config to clear php handler in apps vhost.
parent
05646536
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_apps.vhost.master
View file @
1272df7f
...
...
@@ -11,6 +11,10 @@
ServerAdmin webmaster@localhost
{apps_vhost_servername}
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
<IfModule mod_php5.c>
DocumentRoot {apps_vhost_dir}
AddType application/x-httpd-php .php
...
...
interface/web/mail/form/mail_user.tform.php
View file @
1272df7f
...
...
@@ -107,7 +107,7 @@ $form["tabs"]['mailuser'] = array (
0
=>
array
(
'type'
=>
'UNIQUE'
,
'errmsg'
=>
'login_error_unique'
),
1
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[a-z0-9][\w\.\-_\+@]{1,63}$/'
,
'regex'
=>
'/^[
_
a-z0-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