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
My understanding is when you create a superuser it basically creates a django admin account. For HiGlass this is used to (1) create other users, (2) maintain views, and (3) maintain projects. But I'm concerned about the security profile here wrt to django configuration in general and security maintenance vs application maintenance (projects and views). This needs a better authentication / authorization mechanism particularly for open internet usage.
The text was updated successfully, but these errors were encountered:
My understanding is when you create a superuser it basically creates a django admin account. For HiGlass this is used to (1) create other users, (2) maintain views, and (3) maintain projects. But I'm concerned about the security profile here wrt to django configuration in general and security maintenance vs application maintenance (projects and views). This needs a better authentication / authorization mechanism particularly for open internet usage.
The text was updated successfully, but these errors were encountered: