Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117766204
D5625.1775232043.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
684 B
Referenced Files
None
Subscribers
None
D5625.1775232043.diff
View Options
diff --git a/src/app/Rules/UserEmailLocal.php b/src/app/Rules/UserEmailLocal.php
--- a/src/app/Rules/UserEmailLocal.php
+++ b/src/app/Rules/UserEmailLocal.php
@@ -51,7 +51,7 @@
// Check if the local part is not one of exceptions
// (when creating an account/alias in a public domain)
if (!$this->external) {
- $exceptions = '/^(admin|administrator|postmaster|sales|root|webmaster)$/i';
+ $exceptions = '/^(admin|administrator|postmaster|sales|root|webmaster|info|abuse|noreply)$/i';
if (preg_match($exceptions, $login)) {
$this->message = \trans('validation.entryexists', ['attribute' => $attribute]);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 4:00 PM (5 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824621
Default Alt Text
D5625.1775232043.diff (684 B)
Attached To
Mode
D5625: Prevent offical sounding external signups
Attached
Detach File
Event Timeline