Cannot sign up
YAmikep opened this issue · 2 comments
I have tried to sign up to djangopeople from several browsers but I cannot.
After hitting the "sign up" bottom, the page kinda refreshes with all the information and that's it...
I don't see any forgotten mandatory fields.
I don't know if it will help but here is the headers taken from the Google Chrome development toolbar after hitting the button:
/signup/
/signup
HeadersPreviewResponseCookiesTiming
Request URL:https://people.djangoproject.com/signup/
Request Method:POST
Status Code:200 OK
Request Headersview source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Charset:ISO-8859-1,utf-8;q=0.7,;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8,fr-FR;q=0.6,fr;q=0.4
Cache-Control:max-age=0
Connection:keep-alive
Content-Length:760
Content-Type:application/x-www-form-urlencoded
Cookie:sessionid=f72a91c6f24e6ace415d17e737ff365e; csrftoken=o2QrYnhEA6jYRRbwo5jxcLiIjeAacVxK
Host:people.djangoproject.com
Origin:https://people.djangoproject.com
Referer:https://people.djangoproject.com/signup/
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11
Form Dataview URL encoded
csrfmiddlewaretoken:o2QrYnhEA6jYRRbwo5jxcLiIjeAacVxK
username:YAmikep
first_name:Michael
last_name:Palumbo
email:_@gmail.com
password1:_*
password2:****
location_description:Paris
country:FR
latitude:
longitude:
region:
bio:Test
blog:http://webdevon.com
service_flickr:
service_delicious:
service_magnolia:
service_twitter:
service_facebook:
service_googleplus:
service_linkedin:
service_pownce:
service_djangosnippets:
service_djangosites:
service_bitbucket:
service_github:
service_stackoverflow:
im_aim:
im_yim:
im_gtalk:
im_msn:
im_jabber:
im_django:
privacy_search:public
privacy_email:public
privacy_im:public
privacy_irctrack:public
skilltags:django, backbone, postgresql, nginx
looking_for_work:full-time
Response Headersview source
Connection:keep-alive
Content-Type:text/html; charset=utf-8
Date:Thu, 02 Aug 2012 19:50:55 GMT
Server:gunicorn/0.14.3
Set-Cookie:csrftoken=o2QrYnhEA6jYRRbwo5jxcLiIjeAacVxK; expires=Thu, 01-Aug-2013 19:50:55 GMT; Max-Age=31449600; Path=/; secure
Vary:Cookie
X-Frame-Options:DENY
X-Xss-Protection:1; mode=block
strict-transport-security:max-age=2592000; includeSubDomains
transfer-encoding:chunked
x-content-type-options:nosniff
Thanks for the report.
It seems your lon/lat location is missing (longitude / latitude are required fields in the form). The 'location' text input is just a text field, move the map so that the crosshair gets over Paris and it'll populate the longitude/latitude fields.
After you move the map the 'location' text field is overwritten but then you can put whatever you want in the field. The only important thing is to play with the map to initialize some GPS coordinates.
Let me know how it goes, there is definitely an issue with error reporting on the lon/lat fields anyway.
All right, it works now!
Thanks :)