[GH-ISSUE #542] reset password using phoneNumber field #8314

Closed
opened 2026-04-13 03:23:03 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ywyher on GitHub (Nov 15, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/542

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). Original GitHub issue: https://github.com/better-auth/better-auth/issues/542 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 enhancementlocked labels 2026-04-13 03:23:03 -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#8314