Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit login form #68

Open
stilney opened this issue Aug 15, 2016 · 2 comments
Open

Edit login form #68

stilney opened this issue Aug 15, 2016 · 2 comments

Comments

@stilney
Copy link

stilney commented Aug 15, 2016

I ran the following command
rails g adauth:sessions
Which as the documentation states,

adds a couple of routes, a sessions controller and a login form

How do I change the style of the login form? I can't find where it's located

@Arcath
Copy link
Owner

Arcath commented Aug 17, 2016

app/sesssions/new.html.erb should exist and be calling default_adauth_form

You can replace the contents of this page with your own form.

Take a look at the helper methods which should point you in the right direction for changing bits of the form

@SherlockStalker
Copy link

Hey,
I ran rails g adauth:sessions too but I get the error

undefined local variable or method `default_adauth_form'

I started by writing adauth into my gemfile and then I ran the bundle install statement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants