mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +01:00
"allow one-letter name/mailbox part in an email address"
This commit is contained in:
parent
a083233c43
commit
f4b09d620f
@ -61,7 +61,7 @@ class url_widget
|
|||||||
*
|
*
|
||||||
* has to be used case insensitive: /i
|
* has to be used case insensitive: /i
|
||||||
*/
|
*/
|
||||||
const EMAIL_PREG = '[a-z0-9][a-z0-9._-]*[a-z0-9]@(([a-z0-9]*[a-z0-9]\.)|([a-z0-9][a-z0-9_-]*[a-z0-9]\.))+[a-z0-9][a-z0-9_-]*[a-z0-9]';
|
const EMAIL_PREG = '([a-z0-9][a-z0-9._-]*)?[a-z0-9]@(([a-z0-9]*[a-z0-9]\.)|([a-z0-9][a-z0-9_-]*[a-z0-9]\.))+[a-z0-9][a-z0-9_-]*[a-z0-9]';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pre-processing of the extension
|
* pre-processing of the extension
|
||||||
|
Loading…
Reference in New Issue
Block a user