Projet

Général

Profil

Bug #11318

Mis à jour par Frédéric Péters il y a presque 8 ans

<pre>
Internal Server Error: /accounts/password/change/
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/dist-packages/authentic2/decorators.py", line 28, in f
return func(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/authentic2/profile_urls.py", line 28, in password_change_view
if not request.user.has_usable_password():
File "/usr/lib/python2.7/dist-packages/django/utils/functional.py", line 225, in inner
return func(self._wrapped, *args)
AttributeError: 'AnonymousUser' object has no attribute 'has_usable_password'
</pre>

Retour