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

Stupid question, how do i log in? #1225

Closed
sylario opened this issue Jun 26, 2012 · 2 comments
Closed

Stupid question, how do i log in? #1225

sylario opened this issue Jun 26, 2012 · 2 comments

Comments

@sylario
Copy link

sylario commented Jun 26, 2012

I just installed railsadmin, what are the default login password?

@mshibuya
Copy link
Member

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.

@sylario
Copy link
Author

sylario commented Jun 27, 2012

thx, i also removed registerable from user to remove the sign up link in the login page.

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

2 participants