Page MenuHomePhorge

D5625.1775232043.diff
No OneTemporary

Authored By
Unknown
Size
684 B
Referenced Files
None
Subscribers
None

D5625.1775232043.diff

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

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)

Event Timeline