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
There are missing functions with the User admin which may be corrected by inheriting from base UserAdmin(). User() is being updated to follow AbstractUser() more closely and allow the AbstractUserAdmin() functions to be inherited or copied.
It was actually the UserCreationForm() and UserChangeForm() which needed to be changed to inherit from the base class. Their names have been changed to CustomUserCreationForm(UserCreationForm) and CustomUserChangeForm(UserChangeForm). Permissions still need to be tested with the Station Module for the double tap feature to be functional.
The meta permissions for the User table are currently not functional. The user admin in aumwi/admin.py needs to be updated to correct for this.
The text was updated successfully, but these errors were encountered: