Hi again folks,
I`m asking, whether it is possible (through editing of my accounts/admin.py ?) to configure DJANGO admin site to provide possibility of adding Name, Surname, eMail Adress and planned roles directly within the form for adding a new user?
Normally, you have to add a user, click back in the user account, add Name, Surname, eMail adress and assign roles (or not)…I would like to shorten this process to being able to do this right upon registration…
You showed me a way I can understand. But as it sounds like at least a bit of work and
as it is a pure convenience problem, i will deal with this as soon as i have a little spare time for it