Custom database change password script does not accept username

Hello,

Any plans for custom database password change script to accept username and email?

Best regards,

Bruno

Hi @bruno.rabaca,

It looks like the custom DM change password script currently accepts email (which could be considered the username). Was there another way you were expecting this param?

Hello @dan.woda,

At my Database settings, requires username is enabled.

In “Get user” action script, witch is called after the user fills the form for request the password change, the username is provided in the email parameter.

But at “Change password” action script, only the email is provided in the email parameter.

My application allow the same email on diferent users.

So i need to recive the username at “Change password” action script.

That makes sense. Thanks for providing the additional information.