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
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
The current OpenCDMS user model was originally derived from SURFACE CDMS which uses the standard Django auth_user model.
Is there a record anywhere of how our AuthUser model was created (e.g. which SQL DDL guided the process?) In opencdms_api/models.py (here), is_superuser has default set to True but, in Django this almost certainly would not be the case.
The user model in OpenCDMS will diverge from SURFACE/Django in the future.