Преглед на файлове

Add deleteMyProfile for profile rules

Admins can't delete themselves O_o
Visman преди 1 година
родител
ревизия
cacaa46f0f
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      app/Models/Rules/Profile.php

+ 5 - 0
app/Models/Rules/Profile.php

@@ -134,6 +134,11 @@ class Profile extends Rules
             && ! $this->curUser->isGuest;
     }
 
+    protected function getdeleteMyProfile(): bool
+    {
+        return $this->my && ! $this->user->isAdmin;
+    }
+
     protected function getviewIP(): bool
     {
         return $this->user->isAdmin;;