Skip to content
Snippets Groups Projects
Commit fb425453 authored by ilya's avatar ilya
Browse files

DG IZ; slashes and http in seed script

parent 27b4c193
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def create(backer_number)
user = User.create( :email => "#{username}@#{username}.joindiaspora.com",
:password => "#{username+backer_info[backer_number]['pin'].to_s}",
:profile => Profile.new( :first_name => backer_info[backer_number]['given_name'], :last_name => backer_info[backer_number]['family_name'] ),
:url=> "#{username}.joindiaspora.com")
:url=> "http://#{username}.joindiaspora.com/")
# Make connection with Diaspora Tom
#Person.create( :email => "tom@joindiaspora.com", :url => "http://tom.joindiaspora.com/", :active => true, :profile => Profile.new(:first_name => "Alexander", :last_name => "Hamiltom"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment