Opened 7 years ago
Closed 7 years ago
#29110 closed Bug (duplicate)
A user with change_permission for the User model can make themselves a superuser.
Description ¶
The expected behaviour is that only a superuser should be able to make others a superuser. The current behaviour is that you only need a change_permission on the user table to get superuser access.
Note:
See TracTickets
for help on using tickets.
Duplicate of #23559