reset password using phoneNumber field #230

Closed
opened 2026-03-13 07:38:50 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ywyher on GitHub (Nov 15, 2024).

is it possible to add the ability to reset the password for the phoneNumber plugin users ?
currently only users who are registered using email can reset their password using:

    const { error } = await forgetPassword({
        email email,
        redirectTo: "/reset-password",
    });
Originally created by @ywyher on GitHub (Nov 15, 2024). is it possible to add the ability to reset the password for the phoneNumber plugin users ? currently only users who are registered using email can reset their password using: ```tsx const { error } = await forgetPassword({ email email, redirectTo: "/reset-password", }); ```
GiteaMirror added the enhancement label 2026-03-13 07:38:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#230