You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug here is that the form fields should be disabled when no user is selected in the left hand list - this page is to edit details of a user, there is no UI to create a new user other than for that user to register themselves via the registration page. We've discussed in the past the possibility of implementing some way for admins to create new users bypassing the usual email address verification process, but it's not implemented yet (other than by running django-admin commands in the backend container).
If, as you've hinted in your previous issue #401, you've configured your teamware not to send emails (by enabling the console backend), then there's no reason why you couldn't "register" these new users yourself using the standard registration form, then assign them privileges by logging in as your admin account.
Allowing the admin to add users would also be very convenient though because there are situations where one wants to provide users with existing name/pw - signing out as admin, then registering for each user, signing out etc is a bit clumsy for that purpose. If absolutely not wanted, maybe add a remark to the user management page that new users always need to register themselves?
The text was updated successfully, but these errors were encountered: