Title: Multisite login_form hook problem
Last modified: August 20, 2016

---

# Multisite login_form hook problem

 *  [jehanproc](https://wordpress.org/support/users/jehanproc/)
 * (@jehanproc)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/multisite-login_form-hook-problem/)
 * hello
    I use a plugin ([http://wordpress.org/extend/plugins/shibboleth/](http://wordpress.org/extend/plugins/shibboleth/))
   for SSO/federated authentication on my multisite WP . login with the plugin (
   shibboleth) works fine on the main site (wp.domain.fr), but if I try to login
   from a “child” site (child.wp.domain.fr/wp-login.php), the wp-login.php doesn’t
   show the shibboleth plugin login options => below the traditional username + 
   password form, there should be a link to “login with shibbolet” that fires up
   shibboleth SSO process.
 * I noticed from the source code (wp-login.php) the line that “creates” the link
   to shibboleth SSO auth
 * <?php do_action(‘login_form’); ?>
 * That line (#598 just after <input type=”password”…) isn’t in a “if” statement,
   so I don’t understand why calling it from wp.domain.fr/wp-login.php has different
   result from calling it from child.wp.domain.fr/wp-login.php !?
 * how can I debug that ? where is that ‘login_form’ hook ?
 * thanks .

The topic ‘Multisite login_form hook problem’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [jehanproc](https://wordpress.org/support/users/jehanproc/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/multisite-login_form-hook-problem/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
