Projet

Général

Profil

Development #6950

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

There is too much ad-hoc code in profile edition form, admin user change form, manager user edit form and registration form.

They should all use a same base user form, with adaptations done using a variation on the modelform_factory() function. It should be possible to set the list of fields to show, their labels and which one are required.

Username and email can be set to be globally unique or only for users registered online.

Retour