WordPress Login Form Plugin

WP Login Form is a login form plugin for WordPress that allows you to add a simple login form to a post, page or the sidebar with a shortcode. This is very useful for websites that are managed by multiple WordPress users or run a membership/affiliate platform. With this WordPress login form, a user/member/affiliate can quickly login to WordPress and manage their account.

Table of Contents

WP Login Form Info

Plugin Name: WP Login Form
Version: 1.0.9
File Format: application/zip
Requires: WordPress 6.1
Rating: 5.0 based on 9 votes
See All Ratings/Submit Your Rating Here
Price: 0 USD
wp login form wordpress plugin

WP Login Form Installation

There are 3 ways to install the WP Login Form plugin in WordPress.

Option 1

  • Login to your WordPress admin dashboard
  • Go to Plugins->Add New
  • Enter WP Login Form in the search box
  • Find the right plugin developed by naa986
  • Hit the install button

Option 2

  • Download the zip version of the plugin
  • Go to Plugins->Add New and Click Upload
  • Select the zip file on your computer
  • Upload and install it

Option 3

  • Download the WP Login Form plugin and extract it on your computer
  • Connect to your website via FTP (you can use a software like Filezilla to transfer files to your server) and browse to the “/wp-content/plugins” directory
  • Select the folder containing the plugin files on your computer and upload it
  • After all the plugin files have been uploaded to your web server, you can activate the plugin from the Plugins menu of your WordPress admin dashboard

How to Create a Login Form/Custom Login Page for WordPress

The easiest way to create a login form or a custom login page for WordPress is to add this shortcode to a post/page:

[wp_login_form]

If you wish to add it to the sidebar you can create a text widget and embed the shortcode into it.

The default should be fine for most sites. However, if you are an advanced user and wish to customize the login form, they are parameters that you can pass in the shortcode to customize it.

redirect

An absolute URL to which the user will be redirected after a successful login. For example,

[wp_login_form redirect="https://example.com/mypage/"]

The default is to redirect back to the URL where the form was submitted.

form_id

Your own custom ID for the login form. For example,

[wp_login_form form_id="myloginform"]

The default is “loginform”.

label_username

Your custom label for the username/email address field. For example,

[wp_login_form label_username="Login ID or Email"]

The default is “Username or Email Address”.

label_password

Your custom label for the password field. For example,

[wp_login_form label_password="Login Password"]

The default is “Password”.

label_remember

Your custom label for the remember field. For example,

[wp_login_form label_remember="Remember"]

The default is “Remember Me”.

label_log_in

Your custom label for the form submit button. For example,

[wp_login_form label_log_in="Submit"]

The default is “Log In”.

id_username

Your own custom ID for the username field. For example,

[wp_login_form id_username="wp_user_login"]

The default is “user_login”.

id_password

Your own custom ID for the password field. For example,

[wp_login_form id_password="wp_user_pass"]

The default is “user_pass”.

id_remember

Your own custom ID for the remember field. For example,

[wp_login_form id_remember="login_rememberme"]

The default is “rememberme”.

id_submit

Your own custom ID for the form submit button. For example,

[wp_login_form id_submit="login_form_submit"]

The default is “wp-submit”.

remember

Specify whether to display the “Remember Me” checkbox in the form. For example,

[wp_login_form remember="0"]

The default is “1” (true).

value_username

Your custom placeholder attribute for the username input field. For example,

[wp_login_form value_username="Your Username"]

The default is NULL.

value_remember

Specify whether the “Remember Me” checkbox in the form should be checked by default. For example,

[wp_login_form value_remember="1"]

The default is “0” (false).

lost_password

Specify whether to display the “Lost your password?” link in the form. For example,

[wp_login_form lost_password="0"]

The default is “1” (true).

label_lost_password

Your custom anchor text for the “Lost your password?” link. For example,

[wp_login_form label_lost_password="Reset Password"]

The default is “Lost your password?”.

WP Login Form Demo

Here is a screenshot of the WordPress login form,

screenshot showing a user login form created by the WordPress Login Form plugin

How to Enable Google reCAPTCHA

You can optionally add Google reCAPTCHA v3 to protect your login form against spam and other types of automated abuse. To enable this feature, go to Settings > WP Login Form.

wp login form menu

Enable Google reCAPTCHA v3 and enter your Site Key in the settings.

wp login form settings

Click Save Changes to update your settings.

WP Login Form Add-ons

WP Login Form plugin comes with various add-ons that you can use to enhance its functionality on your website.

Force Redirect

Force Redirect add-on allows you to set up a force redirect URL on your website (Settings > WP Login Form > General).

force redirect url settings page created by the wp login form plugin

When this add-on is active, all successful WordPress logins will automatically redirect to the force redirect URL.

WP Login Form Force Redirect
WP Login Form Force Redirect
Redirect all successful WordPress logins to a specific URL.

Note:
* Do not purchase before setting up the core plugin first. The add-on is not at fault if the core plugin does not work on your website.
* Do not purchase if you are not sure about a feature, contact us instead.
* Do not purchase to ask for more features or make the product work in a certain way.
* Do not try to scam us, we take it seriously. We are contributing to the WordPress community with free plugins and themes. If you cannot appreciate this our product is not the right choice for you.
* There is no refund/cancellation as it is a digital product.

Price: $39.99
Price: $29.99

Priority Support

If you are having an issue with the plugin, our support team can help investigate it by taking a closer look at your site.

WP Login Form Plugin Support
WP Login Form Plugin Support
Our technical support team will troubleshoot WP Login Form plugin related issues on your website.
Price: $29.99

4 thoughts on “WordPress Login Form Plugin”

  1. Hey
    I’m using your plugin for my website

    Tell me please, why I can’t use user email for authorization?

    It works only with a user nickname. But the default WP login form could use both of them
    Please help me to resolve it.

    Thanks.

    Best regards,
    Oleh

    Reply
    • @Oleh, It works with email addresses as well. You may have a plugin that is affecting this functionality.

      Reply
  2. Hello,
    I use your plugin and i want to know how to use style of my theme for form login and login button
    Thanks !

    Reply
    • @Fouz, You can target the login button with the “login-submit” CSS class.

      Reply

Leave a Comment