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

fix: add Django UserAdmin #1223

Merged
merged 2 commits into from
Apr 4, 2024
Merged

fix: add Django UserAdmin #1223

merged 2 commits into from
Apr 4, 2024

Conversation

paulschreiber
Copy link
Member

@paulschreiber paulschreiber commented Apr 3, 2024

Description

Add Django UserAdmin. Allows changing passwords in admin ui.

Fixes #191.

needed because username is not a field in our model
@paulschreiber paulschreiber requested review from josebui and knipec April 4, 2024 00:25
Copy link
Contributor

@knipec knipec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@paulschreiber paulschreiber merged commit 409d3c9 into main Apr 4, 2024
8 checks passed
@paulschreiber paulschreiber deleted the fix/user-admin branch April 4, 2024 21:26
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

Successfully merging this pull request may close these issues.

Add ability to change user password from Django admin
2 participants