Login and Register Form Shortcodes

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'username' => gp_username, // Username label
'password' => gp_password, // Password label
'redirect' => site_url( $_SERVER['REQUEST_URI'] ) // Redirect URL

And this is what you should insert into your posts and pages…
[login username="" password="" redirect=""]

Login Form

[login]

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'username' => gp_username, // Username label
'email' => gp_email, // Email label
'redirect' => 'wp-login.php?action=register' // Relative redirect URL

And this is what you should insert into your posts and pages…
[register username="" email="" redirect=""]

Register Form

A password will be emailed to you.

[register]