Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117922038
D5050.1775433682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
686 B
Referenced Files
None
Subscribers
None
D5050.1775433682.diff
View Options
diff --git a/src/app/Jobs/User/CreateJob.php b/src/app/Jobs/User/CreateJob.php
--- a/src/app/Jobs/User/CreateJob.php
+++ b/src/app/Jobs/User/CreateJob.php
@@ -80,7 +80,7 @@
$code = \Artisan::call("user:abuse-check {$this->userId}");
if ($code == 2) {
\Log::info("Suspending user due to suspected abuse: {$this->userId} {$user->email}");
- \App\EventLog::createFor($user, \App\EventLog::TYPE_SUSPENDED, "Suspected spammer");
+ \App\EventLog::createFor($user, \App\EventLog::TYPE_SUSPENDED, "Abuse check detected suspected spammer");
$user->status |= \App\User::STATUS_SUSPENDED;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 12:01 AM (19 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18827375
Default Alt Text
D5050.1775433682.diff (686 B)
Attached To
Mode
D5050: Explicitly mention that this is an automatically suspected spammer
Attached
Detach File
Event Timeline