omniauth_crowd icon indicating copy to clipboard operation
omniauth_crowd copied to clipboard

Style login page

Open hut8 opened this issue 8 years ago • 1 comments

I see this gem doesn't use the CrowdID OpenID provider; it uses the Crowd REST API. So therefore this needs to have its own login form, which I understand. It looks like it can't be customized, because it uses OmniAuth::Form, and the OmniAuth::Strategies::Crowd#get_credentials method from omniauth_crowd creates it. Am I missing something here? The default form, which I think is otherwise only used for the development strategy is ugly (not your fault :smile: )

hut8 avatar Oct 10 '15 00:10 hut8