As of USP Pro version 1.9, you can add a Login/Register/Password form anywhere on your site. You can display it using a shortcode, which outputs a small tabbed form.

Video Tutorial

Written Tutorial

To add the Login form:

  • Add to a Post or Page, use shortcode [usp_login_form]
  • Add anywhere in your theme template, use template tag display_usp_login()

Note: when using [usp_login_form] to register with the site or reset a password, WordPress automatically handles all of the creating and sending of passwords and other infos via email. So if you register or reset your password, check your email for further infos and to complete the process.

Note: The login form’s “Register” tab is displayed only when user-registration is allowed on the site. To allow user-registration, enable the WP General setting, “Anyone can register”. Or disable the setting to disallow user registration.

Screenshots

Screenshots taken while using one of the default WordPress themes.

USP Pro - Login FormUSP Pro Login form showing the “Login” tab.

USP Pro - Register FormUSP Pro Login form showing the “Register” tab.

USP Pro - Reset Password FormUSP Pro Login form showing the “Forgot” tab.

USP Pro - Logged-InUSP Pro Login form showing form display when the user is logged out of WordPress.

The USP Pro login form is based on the one provided at Digging Into WordPress: Login Register Password Form.