Here is review41761002 that implements the feature.
It is based on a temporary password that is sent by email to the user. The temporary password is valid for 24h by default and stop working as soon as a new password has been set.
I also added an options to trytond-admin to reset the admin password and to ask admin email.
Cédric Krieradded 1 deleted label and removed 1 deleted label
It is requested in the email. I do not think it is a good user experience to force when the user want to set a password. Maybe when we will have notification [1] we could send a reminder to set a password.
If the email address of a user is changed then there should be sent an email to the old email address of the user to inform him about this change as the email address is an important part of the password reset process.
On 2018-01-16 10:28, Korbinian Preisler wrote:
> If the email address of a user is changed then there should be sent an
> email to the old email address of the user to inform him about this
> change as the email address is an important part of the password reset
> process.
I do not see why. Only the user or the administrator can change this
field.