aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/refinery/authentication.rb
blob: d90a3925a84c0c47edd6eed75400e14579a9214b (plain) (blame)
1
2
3
4
5
# encoding: utf-8
Refinery::Authentication.configure do |config|
  # Configure whether to allow superuser to assign roles
  # config.superuser_can_assign_roles = false
end