Closed
Bug 708876
Opened 13 years ago
Closed 12 years ago
Password reset traceback
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: andy+bugzilla, Assigned: andy+bugzilla)
Details
File "/data/www/apps-preview.mozilla.org/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/apps-preview.mozilla.org/zamboni/vendor/src/django/django/views/decorators/cache.py", line 77, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "/data/www/apps-preview.mozilla.org/zamboni/apps/users/views.py", line 647, in password_reset_confirm
form.save()
File "/data/www/apps-preview.mozilla.org/zamboni/apps/users/forms.py", line 123, in save
amo.log(amo.LOG.CHANGE_PASSWORD, user=self.user)
File "/data/www/apps-preview.mozilla.org/zamboni/apps/amo/log.py", line 467, in log
user = kw.get('user', get_user())
File "/data/www/apps-preview.mozilla.org/zamboni/apps/amo/__init__.py", line 27, in get_user
return _locals.user
AttributeError: 'thread._local' object has no attribute 'user'
Assignee | ||
Comment 1•13 years ago
|
||
Ok I thought this was obvious, but its now. amo/log.py is being called without the kw argument user. Yet the traceback shows that it is. I would normally suspect pyc's for this but I know we remove them on push.
Assignee | ||
Comment 2•13 years ago
|
||
but it's *not*
Assignee | ||
Comment 3•12 years ago
|
||
Apps preview is dead. Password reset is gone. Re-open if it happens again.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•