db/sample/users.rb in spree_auth-0.30.2 vs db/sample/users.rb in spree_auth-0.40.0
- old
+ new
@@ -19,10 +19,10 @@
email
end
def create_admin_user
if ENV['AUTO_ACCEPT']
- password = "spree"
+ password = "spree123"
email = "spree@example.com"
else
require 'highline/import'
puts "Create the admin user (press enter for defaults)."
#name = prompt_for_admin_name unless name
\ No newline at end of file