Open bfabio opened 4 years ago
Besides, when database_admin_interface
and users_db
are enabled, things get awkward because you get two UIs to manipulate users, each one with their own downsides.
The one in /users
only lets you add users, but it's more user friendly. The one in /admin
does everything, but you need to manually edit the JSON field.
Maybe we should just drop flask-admin
and implement the CRUD parts ourselves.
/admin
has a different style than the other pages. It should use the Bootstrap Italia theme.