oursky / django-material-demo

0 stars 3 forks source link

Relate built-in user and custom user data #24

Closed Steven-Chan closed 1 year ago

Steven-Chan commented 2 years ago
Steven-Chan commented 2 years ago

Please help also update:

image Show all auth_user data in this page, including: username, email, permissions and groups, is_active, is_staff, is_superuser, date_joined and last_login.
image Edit all auth_user in this page, including: password, username, email, permissions and groups, is_active, is_staff, is_superuser, date_joined and last_login.

Try to include them as much as possible if not all. We need to demo keeping most functionality of the original django admin site with django-material, and figure out if anything requires customisation. For example, if change password requires a custom page, we can open a new issue to deal with that, now we can display a dummy custom page.