diff --git a/app/models/person.rb b/app/models/person.rb
index 3fca21eb2617add354c60d500d1d7fb86a9feef9..ff1455010738815dbbc8dc4ee643e81fb8351cf6 100644
--- a/app/models/person.rb
+++ b/app/models/person.rb
@@ -95,7 +95,7 @@ class Person
     public_key = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href
     new_person.exported_key = Base64.decode64 public_key
 
-    guid = profile.links.select{|x| x.rel == 'diaspora-public-key'}.first.href
+    guid = profile.links.select{|x| x.rel == 'http://joindiaspora.com/guid'}.first.href
     new_person.id = guid
     
     new_person.email = identifier