Skip to content

Default Login

Signs members in against WordPress itself, with no Ultimate Member form driving the fields.

Use it when your site does not run Ultimate Member, or when you want a plain sign-in rather than your community form.

PluginNone. WordPress core
Endpoint groupDefault Authentication
PlanEvery plan

Not the Authentication group. That one is Ultimate Member’s, and enabling it for this feature fails exactly like a wrong password. This is the single most common mistake with this screen.

  1. Drag Default Login onto a navigation bar or the side drawer.
  2. Set after login.
  3. Configure social providers and Turnstile if you want them.
SettingWhat it doesDefault
Show remember meA “remember me” checkboxOn
Show register buttonA link through to registrationOn
Allowed rolesWhich WordPress roles may sign inAll
Social providersWhich providers to offerNone
After loginWhere members landStay where they are
AppearanceScreen background, form wrapper, button stylingInherits app tokens

An allow-list. A member whose role is not listed is refused with correct credentials.

Useful for an app meant only for paying members. Also an easy way to lock yourself out of testing, so check it before assuming a password is wrong.

Cloudflare Turnstile needs both halves of the key pair, set on your site under Memberside → API Keys:

  • The site key is compiled into your app.
  • The secret key stays on your site and verifies the challenge.

The secret never ships in a build. With only the site key set, the challenge renders and every verification fails.

Username and password fields with your app’s own field and button styling, plus whatever provider buttons and challenge you configured.

Validation errors are per-field rather than one message at the top.

The Default Login screen, with a social provider
SymptomCauseFix
Correct credentials refusedAuthentication is on instead of Default AuthenticationEnable the right group
One member refused, others fineTheir role is not in the allow-listAdd it, or clear the list
Turnstile always failsOnly the site key is setSet the secret key on your site
Social sign-in works in preview, fails on the phoneThe signing SHA-1 is not registeredAndroid signing
Signs in, screens still look signed outThe Users group is offEnable it