forked from harrystech/prelaunchr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate section
- Loading branch information
Sergiy Dybskiy
committed
Mar 24, 2016
1 parent
a83674d
commit 8f3234c
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,17 +80,6 @@ You can run this locally in a Rails console for development testing. | |
|
||
If you are deployed to Heroku, you would run it there. | ||
|
||
### To create an admin account | ||
|
||
In Rails console, run this command. Be careful to not use the example admin user | ||
for security reasons. Password confirmation should match password. | ||
|
||
`AdminUser.create!(:email => '[email protected]', :password => 'password', :password_confirmation => 'passwordconfirmaiton')` | ||
|
||
You can run this locally in a Rails console for development testing. | ||
|
||
If you are deployed to Heroku, you would run it there. | ||
|
||
## Teardown | ||
|
||
When your prelaunch campaign comes to an end we've included a helpful `rake` | ||
|