I really think OMERO.qa hates me as it did it again. I was redirected with this URL
https://www.openmicroscopy.org/qa2/?red ... back/6642/I ended up here when I typed in a response to a question I was asked and hit send. When I go there now my response is not posted. I also can't login. When I try it pops up a new screen with an error message from the server. Here is the error I get and this occurs even with the URL you posted. I notice it appears to send the passwords in the clear. Should it do that?
Traceback (most recent call last):
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/django/core/handlers/base.py", line 91, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/omero_qa/qa/views.py", line 400, in login_processsing
user = authenticate(username=username, password=password)
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/django/contrib/auth/__init__.py", line 36, in authenticate
user = backend.authenticate(**credentials)
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/django/contrib/auth/backends.py", line 19, in authenticate
if user.check_password(password):
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/django/contrib/auth/models.py", line 197, in check_password
return check_password(raw_password, self.password)
File "/var/www/qa.openmicroscopy.org.uk/OMERO.qa/django/contrib/auth/models.py", line 53, in check_password
algo, salt, hsh = enc_password.split('$')
ValueError: too many values to unpack
<ModPythonRequest
path:/qa/login/,
GET:<QueryDict: {}>,
POST:<QueryDict: {u'username': [u'pkMyt1'], u'password': [u'******']}>,
COOKIES:{'sessionid': '9488819d8619b74a8dd312d3e9cb6eb0'},
META:{'AUTH_TYPE': None,
'CONTENT_LENGTH': 0L,
'CONTENT_TYPE': None,
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_CONTENT_LENGTH': '36',
'HTTP_CONTENT_TYPE': 'application/x-www-form-urlencoded',
'HTTP_COOKIE': 'sessionid=9488819d8619b74a8dd312d3e9cb6eb0',
'HTTP_HOST': 'qa.openmicroscopy.org.uk',
'HTTP_REFERER': 'http://qa.openmicroscopy.org.uk/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0',
'PATH_INFO': u'/qa/login/',
'PATH_TRANSLATED': None,
'QUERY_STRING': None,
'REMOTE_ADDR': '184.3.230.205',
'REMOTE_HOST': None,
'REMOTE_IDENT': None,
'REMOTE_USER': None,
'REQUEST_METHOD': 'POST',
'SCRIPT_NAME': '',
'SERVER_NAME': 'qa.openmicroscopy.org.uk',
'SERVER_PORT': 80,
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'mod_python'}>