You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app with an existing User model. Users can have Roles, one of the Roles is "admin". Users are authenticated with SSO and that's all working nicely.
What I'd like to do is have administration-zero use this existing model instead of Admin::User, and allow users to view the admin UI if they have the "admin" Role.