Hi @pedroparente ,
If you can't make a workflow work for your use case, the usual suggestion is to drop down to using the APIs.
In this case, you could build your own page which let users change their password and use the User Update API to directly change their password.
Of course, that's more work and circumvents the security posture that FusionAuth provides.
There's no way to do this within the hosted login pages currently, but you are welcome to file an issue explaining your use case.