guanacone / fullstack_app

BSD Zero Clause License
0 stars 0 forks source link

Admin functionality #55

Closed guanacone closed 3 years ago

guanacone commented 3 years ago

implemented admin functionality.

  1. isAdmin field in user model
  2. user delete option, and edit user only for admins

Based on already merged only-self-edit branch (user can edit details and password for its own account)