open-reblock / localco.de

http://beta.openreblock.org
3 stars 2 forks source link

Error on registration #12

Closed danrademacher closed 9 years ago

danrademacher commented 9 years ago

I attempted to make a new account here: http://openreblock.berkeley.edu/reblock/register/

But when I clicked "register", I got this error:

error at /reblock/register/
[Errno 111] Connection refused
Request Method: POST
Request URL:    http://openreblock.berkeley.edu/reblock/register/
Django Version: 1.4
Exception Type: error
Exception Value:    
[Errno 111] Connection refused
Exception Location: /usr/lib64/python2.6/socket.py in create_connection, line 567
Python Executable:  /usr/bin/python
Python Version: 2.6.6
Python Path:    
['/usr/bin/python',
 '/usr/lib64/python26.zip',
 '/usr/lib64/python2.6',
 '/usr/lib64/python2.6/plat-linux2',
 '/usr/lib64/python2.6/lib-tk',
 '/usr/lib64/python2.6/lib-old',
 '/usr/lib64/python2.6/lib-dynload',
 '/usr/lib64/python2.6/site-packages',
 '/usr/lib64/python2.6/site-packages/gtk-2.0',
 '/usr/lib/python2.6/site-packages',
 '/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
 '/var/www/openreblock.berkeley.edu',
 '/var/www/openreblock.berkeley.edu/localcode',
 '/']
Server time:    Tue, 7 Jul 2015 10:00:05 -0700

However, when I next went to http://openreblock.berkeley.edu/login/ and used my credentials, login was successful.

cesandoval commented 9 years ago

Yes, the issue is related to the webpage trying to send an email once you registered. I'll create an email for the webpage and configure the app to use that email address.

For the time being, I'll disable that feature.