mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
This commit is contained in:
@@ -30,7 +30,7 @@ class FillUserEmails extends Command
|
||||
foreach ($users as $user) {
|
||||
// set email
|
||||
if (!$user->email) {
|
||||
$user->email = str($user->public_key)->substr(-6).'@portal.einundzwanzig.space';
|
||||
$user->email = str($user->public_key)->substr(-12).'@portal.einundzwanzig.space';
|
||||
$user->save();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user