Add a new Django user. Users are generally admins from your organization that will have partial or total access to the Config Service.
After creation, you can access more options to edit this user.
You can edit an existing user by visiting this address: http://localhost:8000/cfg/admin/auth/user/{user index}/change/
, where {user index}
is the index of the user you want to edit.
A user name for identifying this user. Must be unique.
This section is used to set whether the user will use Django's built-in authentication system (Enabled
), or will use an external authentication system (Disabled
). If you enable this option, you will need to set a password for the user. If you disable this option, you will have to implement your own authentication method.
Opens a section to set a password for the user.
A confirmation field for the password.