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

feat: small improvements for managing users in django-admin #332

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

jLebioda
Copy link
Collaborator

Small changes to Users section in django-admin:

  • added an optional flag to have the possibility to change users' passwords in settings.py
  • added a shortcut to django admin in the navbar
  • search bar works for both email and full_name in admin's User list
  • added columns with id and oidc_id in admin's User list (which makes the life a lot easier in case there's an user with empty full_name - because in such case the row was not clickable)

Copy link
Member

@vildead vildead left a comment

Choose a reason for hiding this comment

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

I have tested the new features - works like a charm.

@jLebioda jLebioda merged commit e540968 into develop Mar 8, 2022
@vildead vildead deleted the nicer-user-admin branch July 22, 2022 12:54
@vildead vildead mentioned this pull request Sep 19, 2022
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.

2 participants