Skip to content

Protect users projects_limit from mass assignment.

Matthias Käppler requested to merge github/fork/dosire/mass_assignment into master

Created by: dosire

Users should not be able to set their own projects_limit. Before this change they where able to do so by submitting an extra parameter to the profile controller.

Merge request reports