Skip to content
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
@orenyk

Description

@orenyk

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions