We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran the following command rails g adauth:sessions Which as the documentation states,
rails g adauth:sessions
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
The text was updated successfully, but these errors were encountered:
app/sesssions/new.html.erb should exist and be calling default_adauth_form
app/sesssions/new.html.erb
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
Sorry, something went wrong.
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.
bundle install
No branches or pull requests
I ran the following command
rails g adauth:sessions
Which as the documentation states,
How do I change the style of the login form? I can't find where it's located
The text was updated successfully, but these errors were encountered: