Actions
Bug #16807
closedtest mail button requires excessive priviledges
Description
When trying the the test mail button I believe I run into a missing ACL?
016-10-05 13:40:44 [app] [I] Started PUT "/users/5-straylen/test_mail" for 188.184.65.139 at 2016-10-05 13:40:44 +0200
2016-10-05 13:40:44 [app] [I] Processing by UsersController#test_mail as */*
2016-10-05 13:40:44 [app] [I] Parameters: {"user_email"=>"steve.traylen@cern.ch", "id"=>"5-straylen"}
2016-10-05 13:40:44 [app] [I] Rendered common/403.html.erb (1.4ms)
2016-10-05 13:40:44 [app] [I] Filter chain halted as :authorize rendered or redirected
the button works as admin.
Comment from IRC:
The button requires that the user has either create or edit_users, which is clearly unnecessary.
Actions