How to run :request_password_reset_with_password action?
So, looking at my
But that would mean that I would need an changeset of the user I want to reset the password.
How would I get that user if the whole point of doing the reset is because the user is not able to login to that user?
I tried this:
But this will complain that the changeset is of action type.
request_password_reset_with_password action. it expects a changeset of an actual record.But that would mean that I would need an changeset of the user I want to reset the password.
How would I get that user if the whole point of doing the reset is because the user is not able to login to that user?
I tried this:
But this will complain that the changeset is of action type.
