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.
New user on CAS gets stuck during first login #1320
Closed
Description
Discovered during #1272, we have some strong params issues to resolve due to our interdependence on CanCanCan. The details are in that thread, the most recent point is below:
okay, so I think the issue is that :username isn't being added to the permitted params because the default user can't manage reservations (line 232 of users_controller: permitted_attributes << :username if can? :manage, Reservation)
I also can't accept the TOS because the checkbox is disabled if you can't manage reservations.
Note that I'm making this high priority and sticking it in v5.3.1 - this is because all of our clients use CAS so we need to get a working version for them ASAP for user testing.
Activity