From 8f3234c2f3214c64e4f48382e62cf1364a99cf96 Mon Sep 17 00:00:00 2001 From: Sergiy Dybskiy Date: Thu, 24 Mar 2016 17:12:11 -0400 Subject: [PATCH] Update README.md Duplicate section --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 5747834e3..9f0c59f19 100755 --- a/README.md +++ b/README.md @@ -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 => 'admin@example.com', :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`