Hi All,
I have gone through a strange behavior while creating a user, using Django admin interface. I have to create a user which can add other users, but for that Django requires two permissions i.e. add user and change user. But when I gave user the change permission, its even able to change the superuser of the site.
What I want is to create a user which can only create other users.
Please suggest.
Thanks in advance.