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 just installed railsadmin, what are the default login password?
The text was updated successfully, but these errors were encountered:
You need to create a new devise user before logging in. You can register by either clicking 'Sign up' link below the login form or executing
> User.create :email => '[email protected]', :password => 'passw00d'
in your Rails console.
And next time you've got a question, do not use the issue tracker :) Please use StackOverflow or RailsAdmin official mailing list(https://groups.google.com/forum/#!forum/rails_admin) instead.
Sorry, something went wrong.
thx, i also removed registerable from user to remove the sign up link in the login page.
No branches or pull requests
I just installed railsadmin, what are the default login password?
The text was updated successfully, but these errors were encountered: