Title: Using wp_login_form
Last modified: June 5, 2019

---

# Using wp_login_form

 *  [davidphilipjohnson](https://wordpress.org/support/users/davidphilipjohnson/)
 * (@davidphilipjohnson)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/using-wp_login_form/)
 * Hi,
 * I’m using the following to display my login page in a child theme however the
   plugin isn’t adding in the Auth code field.
 * Do I need to pass any additional args?
 *     ```
       $args = array( 	'redirect' => home_url().'/dashboard',
       					'label_username' => __( '' ),
              					 'label_password' => __( '' )
       					);
       			wp_login_form($args);
       ```
   

The topic ‘Using wp_login_form’ is closed to new replies.

 * ![](https://ps.w.org/google-authenticator/assets/icon-256x256.png?rev=3500822)
 * [Google Authenticator](https://wordpress.org/plugins/google-authenticator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-authenticator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-authenticator/)
 * [Active Topics](https://wordpress.org/support/plugin/google-authenticator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-authenticator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-authenticator/reviews/)

## Tags

 * [args](https://wordpress.org/support/topic-tag/args/)
 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [wp_login_form](https://wordpress.org/support/topic-tag/wp_login_form/)

 * 0 replies
 * 1 participant
 * Last reply from: [davidphilipjohnson](https://wordpress.org/support/users/davidphilipjohnson/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/using-wp_login_form/)
 * Status: not resolved