This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Fix default user permissions / view mode dropdown #966
Closed
Description
Discovered through my Heroku instance (#275), all new users on master are created as admins. We need to make sure this defaults to patron.
- set missing role to
normal
in controller create methods (create
andquick_create
) - ensure that the
view_mode
is set to therole
- ensure that users with roles other than
admin
andsuperuser
cannot change the view mode - add migration to change default
view_mode
inschema.rb
Activity