Skip to content

Forgot Password

Lets a member start a password reset from inside the app.

PluginUltimate Member
Endpoint groupsAuthentication, Forms
PlanEvery plan

Place it in the side drawer, or leave it reachable from your sign-in screen. It does not need a bottom-nav slot — members look for it once, at the moment they are stuck.

SettingWhat it doesDefault
FormWhich Ultimate Member form to renderYour default password-reset form
Title, DescriptionShown at the topEmpty

A field for their email address, and confirmation that a reset email is on its way.

The reset itself happens on your website. The email contains a link, and the link opens your site in a browser. That is deliberate — a reset link that worked inside the app would be a reset link that works for anyone holding the phone.

After resetting, the member returns to the app and signs in with the new password.

Reset emails are sent by WordPress, using whatever mail configuration your site has. If they do not arrive, they are not arriving from your website either, and that is where to look.

Sites without a proper mail service are the usual cause — WordPress’s default mail() is widely filtered as spam.

SymptomCauseFix
The screen has no fieldsThe form has not opted into the APITick Show this form to REST API
Submitting is refusedThe Authentication group is offEnable it
No email arrivesYour site’s mail configurationTest a reset from the website; fix delivery there
The link opens a browserIntended, so the reset is not tied to the deviceExpected
The new password is refusedThe reset did not completeHave them reset again from the website