Bug #7251
custom_user: fix changepassword command
Start date:
14 May 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Default changepassword command only query user's based on the USERNAME_FIELD
but with custom_user the USERNAME_FIELD is the UUID field. The new command
allow querying users by their username, their email or their uuid.
If more than one user is found, all found users are shown and you can select
one by typing its index in the shown list.
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|3e21d430b19962a2247988f54daee4cd6416e3e3.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
custom_user: override default changepassword
Default changepassword command only query user's based on the USERNAME_FIELD
but with custom_user the USERNAME_FIELD is the UUID field. The new command
allow querying users by their username, their email or their uuid.
If more than one user is found, all found users are shown and you can select
one by typing its index in the shown list.
fixes #7251