visuddhinanda 4 mesiacov pred
rodič
commit
cd3f18e17e

+ 2 - 1
api-v12/app/Console/Commands/UsersDesensitize.php

@@ -61,7 +61,8 @@ class UsersDesensitize extends Command
 
             if (
                 mb_substr($user->username, 0, 4) === 'test' ||
-                $user->username === 'admin'
+                $user->username === 'admin' ||
+                $user->username === 'visuddhinanda'
             ) {
                 $this->info('test user jump' . $user->username);
                 $jumped++;