Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User permissions non-functional #14

Open
JPGrattan opened this issue Jun 26, 2017 · 2 comments
Open

User permissions non-functional #14

JPGrattan opened this issue Jun 26, 2017 · 2 comments

Comments

@JPGrattan
Copy link
Contributor

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.

@JPGrattan JPGrattan self-assigned this Jun 26, 2017
@JPGrattan
Copy link
Contributor Author

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.

@JPGrattan
Copy link
Contributor Author

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.

In theory they currently work...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant