universityofcalifornia / NeXt

UC NeXt is a Rails app for fostering IT collaboration amongst the various UC campuses.
https://ucnext.org
Other
11 stars 11 forks source link

Campus affiliation should come from Shibboleth only #415

Closed krozett closed 8 years ago

krozett commented 8 years ago

This was originally a comment from #371, but it's large enough that it needs its own issue.

These things need to happen:

Issue #370 should be implemented ASAP, so we don't get any more local users that would require fixing.

krozett commented 8 years ago

The one thing I didn't finish on this task is allowing the user to set/change their position. I ripped out the whole section on the edit user form. I want to make sure the campus logic works first (as all the Shib stuff was coded blind), then I'll add that stuff back in.

ctrance commented 8 years ago

@krozett @joshuaselsky - Campus logo now appears on the profile and Shibb login is working on stage site.

However, I was not able to test the following since the campus selection does not show when I edit the profile and I cannot create campus accounts just local accounts:

krozett commented 8 years ago

@ctrance Here's how to verify that the features were done correctly:

ctrance commented 8 years ago

@krozett - I was able to test all cases you mentioned above except for "Users should only have one campus (right now it's a many-to-many relationship) Unfortunately there's no way to test this other than manually adding entries in the database."

Closing this.