Projet

Général

Profil

Bug #6851

error when trying to change password

Ajouté par Serghei Mihai il y a environ 9 ans. Mis à jour il y a presque 9 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Version cible:
Début:
30 mars 2015
Echéance:
% réalisé:

100%

Temps estimé:
Patch proposed:
Oui
Planning:

Description

When trying to change the password change page(accounts/password/reset/), the following error occurs

Reverse for 'password_reset_done' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []


Fichiers

Révisions associées

Révision 0280ff28 (diff)
Ajouté par Benjamin Dauvergne il y a environ 9 ans

accounts: use Django naming for password related views, keep previous name for retrocompatibility with already deployed themes (#6851)

Django 1.7 now use accounting view names directly in its code, they also
changed the signature of the password_change_done view regexp (it
expects a uidb64 argument instead of uidb36). To minimize difference
with expected view names but to also keep retrocompatibility view names
were renamed with the Django names and old declarations were kept but
declared after the official ones such that they will never match a
request but they can still be used for reversing view names.

Révision 06fe6bf9 (diff)
Ajouté par Benjamin Dauvergne il y a environ 9 ans

accounts: use Django naming for password related views, keep previous name for retrocompatibility with already deployed themes (#6851)

Django 1.7 now use accounting view names directly in its code, they also
changed the signature of the password_change_done view regexp (it
expects a uidb64 argument instead of uidb36). To minimize difference
with expected view names but to also keep retrocompatibility view names
were renamed with the Django names and old declarations were kept but
declared after the official ones such that they will never match a
request but they can still be used for reversing view names.

Historique

#1

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

Django 1.7 now use accounting view names directly in its code, they also changed the signature of the password_change_done view regexp (it expects a uidb64 argument instead of uidb36). To fix this but to also keep retrocompatibility I changed our names for the Django names but I keps view declarations with the old names (and the old signature with uidb36).

#2

Mis à jour par Serghei Mihai il y a environ 9 ans

Tested locally.
Ack

#3

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

  • Statut changé de Nouveau à Solution déployée
#4

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

  • Version cible mis à 2.2.0
#5

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

  • Statut changé de Solution déployée à Résolu (à déployer)
#6

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

  • % réalisé changé de 0 à 100
#7

Mis à jour par Benjamin Dauvergne il y a environ 9 ans

  • Version cible changé de 2.2.0 à 2.1.15
#8

Mis à jour par Benjamin Dauvergne il y a presque 9 ans

  • Statut changé de Résolu (à déployer) à Fermé

Formats disponibles : Atom PDF