Bug #6917
Password change form is broken
Start date:
08 April 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
If a next
parameter is not in the URL, the form always emit the following error:
(champ masqué next_url) Ce champ est obligatoire.
The field must be optional.
Associated revisions
forms.py: change NextUrlFormMixin's field "next_url" to be optional (fixes #6917)
If not optional and no next_url parameter is given, an error is raised
and the user can never complete the form.
History
Updated by Benjamin Dauvergne almost 8 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit 4c97f2b3c0c51ba95f8ab1ec75011255353a067f.
Updated by Benjamin Dauvergne almost 8 years ago
Appliqué par commit 538ea47f6b31157d8215db26f1b0fcef9c990f92.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
forms.py: change NextUrlFormMixin's field "next_url" to be optional (fixes #6917)
If not optional and no next_url parameter is given, an error is raised
and the user can never complete the form.