With User Registration & Membership v4.4.0 and higher, all login form options and settings are managed from the Login Form builder.
The Login Form Builder can be accessed from your WordPress Dashboard:
Dashboard > User Registration & Membership > All Forms > Login Forms
Note: You can also access it from the header navigation bar under All Forms.

Inside the Login Form Builder, settings are organized into two sections:
- Field Options: Configure individual fields (labels, placeholders, validation messages, toggles).
- Form Settings: Configure login messages and overall behavior.
Field Options #
The Field Options tab lets you customize each part of the login form. The available options depend upon the field selected.
Username/Email

- Label: Customize the text displayed above the field (default: “Username or Email”).
- Placeholder: Add a text as a hint inside the field (default: “Enter your username or email”).
- Required Message: Customize the message shown if the field is left blank (default: “Username or Email is required”).
- Invalid Username Message: Customize the message shown when an invalid username is entered (default: “Invalid username”).
- Invalid Email Message: Customize the message shown when an invalid email is entered (default: “Invalid email address”).
Password

- Label: Customize text displayed above the field (default: “Password”).
- Placeholder: Add a hint text inside the field (default: “Enter your password”).
- Required Message: Customize message shown if the field is left blank (default: “Password is required”).
- Invalid Password Message: Customize message shown when an incorrect/invalid password is entered (default: “Invalid password”).
Remember Me

- Enable/Disable Toggle: Show or hide the Remember Me checkbox (default: Enabled).
- Label: Customize the text displayed for the checkbox (default: “Remember Me”).
Lost Your Password?

- Enable Password Reset Link: Show or hide the password reset link (default: Enabled).
- Lost Password Page: Select the page where users reset their password (default: Lost Password page created during setup).
- Label: Customize the displayed text for the link (default: Lost Your Password?).
Login Button

- Button Text: Customize the button label (default: Login).
Not a Member? Register Now

- Registration URL: Select the page or URL for user registration (default: Registration page created during setup).
- Label: Customize the text displayed for the link (default: “Not a member yet? Register now”).
Form Settings #
The Form Settings tab lets you control the overall look, behavior, and system-level messages of your login form. Options here are divided into two parts:
- General: Controls form style, login methods, and core login behaviors.
- Advanced: Provides extra controls for AJAX login, security, redirects, and custom messages.
General

- Form Style: Choose how the form looks:
- Default: Plain style without border and rounded edge.
- Bordered: Adds borders around the fields.
- Flat: Clean, borderless fields.
- Rounded: Fields with rounded corners.
- Rounded Edge: Adds rounded corners to the overall form.
- Login Methods: Define login method.
- Username or Email (default): Users can log in with either their username or email address.
- Username: Users can log in with only their username.
- Email: Users can log in using only their email address.
- Enable Login Titles: Show or hide the form title (default: Disabled).
- Show Login Icons: Display icons in input fields (default: Disabled).
- Prevent Concurrent Login: Block multiple active sessions per account (default: Disabled).
- Enable Redirect Back to Previous Page: Redirect users to the page they were on after login (default: Disabled).
- Enable Passwordless Login: Allow login without a password via email link (default: Disabled).
Advanced

- Enable Ajax Login: Submits the form via AJAX without page reload (default: Disabled).
- Hide Field Labels: Hides labels, leaving only placeholders visible (default: Disabled).
- Enable Captcha: Adds CAPTCHA security to the login form (default: Disabled).
- Disable Default WordPress Login Screen: Disables
/wp-login.php(default: Enabled). - Redirect Default WordPress Login URL: Select the page where users are redirected if they visit
/wp-login.php(default: Login page created during setup). - Account Pending Approval Message: Customize message shown when a user’s account is awaiting admin approval (default: “Default message from WordPress”).
- Account Denied Message: Customize the message displayed when a user’s account is denied (default: “Default message from WordPress”).
These customizations are reflected in real-time on the form preview, allowing you to see exactly how your changes will appear to users.
These customizable messages help provide clear, branded communication to users during login errors and status notifications, improving user experience and maintaining consistency with your website’s tone and language preferences.

Don’t forget to update the form to save all the settings.