Skip to content

Commit b9f6e3f

Browse files
author
Marius Burkard
committed
- allow @ in webdav username
1 parent 44b6fa2 commit b9f6e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/webdav_user.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'validators' => array ( 0 => array ( 'type' => 'UNIQUE',
8686
'errmsg'=> 'username_error_unique'),
8787
1 => array ( 'type' => 'REGEX',
88-
'regex' => '/^[\w\.\-]{0,64}$/',
88+
'regex' => '/^[\w\.\-@]{0,64}$/',
8989
'errmsg'=> 'username_error_regex'),
9090
),
9191
'default' => '',

0 commit comments

Comments
 (0)