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
on demo site is possible to login as admin? I can't find user and password for demo admin Nunzio
The text was updated successfully, but these errors were encountered:
Assuming you are signed up as basic user first and that your user is the first user you can do this.
$ rails c
$ User.first.update(is_admin: true)
Then try to login or refresh the page.
Sorry, something went wrong.
Yes thank you but I know it :) I was wondering if there was an Admin user for The online demo on heroku
Il mercoledì 18 febbraio 2015, Jared L Cowan notifications@github.com ha scritto:
Assuming you are signed up as basic user first and that your user is the first user you can do this. Open up your terminal of choice. Change into the directory of your app Type in $ rails c (This opens the rail console) Then type in $ User.first.update(is_admin: true) Then try to login or refresh the page. — Reply to this email directly or view it on GitHub #38 (comment) .
— Reply to this email directly or view it on GitHub #38 (comment) .
Sent from Gmail Mobile
No branches or pull requests
on demo site is possible to login as admin?
I can't find user and password for demo admin
Nunzio
The text was updated successfully, but these errors were encountered: