Title: /wp-login.php?action=postpass
Last modified: August 22, 2016

---

# /wp-login.php?action=postpass

 *  [torbo666](https://wordpress.org/support/users/torbo666/)
 * (@torbo666)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/)
 * Hi,
 * i use password protected sites for client galleries. In the past it was no problem
   using the password function of WordPress. Now it is. After typing in the password
   and i get forwarded to blank white page with the link extension /wp-login.php?
   action=postpass.
    Also, with some browsers i don`t have this issue, especially
   safari. Mozilla in most cases i have the issue. Does someone have a solution 
   for this known issue? Also a plugin as workaround would be nice. You also can
   test it: [http://www.torbografie.de/test](http://www.torbografie.de/test) Password
   is: Test
 * Regards,
 * Torben

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [bajro](https://wordpress.org/support/users/bajro/)
 * (@bajro)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271600)
 * We have the same problem in our environment. WP-team can you check this?
    Thanks!
 *  [bajro](https://wordpress.org/support/users/bajro/)
 * (@bajro)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271602)
 * WP team, what do you think about this solution in wp-login.php:
 *     ```
       * @param int $expires The expiry time, as passed to setcookie().
       */
               $expire = apply_filters( 'post_password_expires', time() + 10 * DAY_IN_SECONDS );
       -       $secure = ( 'https' === parse_url( home_url(), PHP_URL_SCHEME ) );
       +       $secure = ($secure_cookie) ? ( 'https' === parse_url( home_url(), PHP_URL_SCHEME ) ) : false;
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271603)
 * [@bajro](https://wordpress.org/support/users/bajro/), please create your own 
   thread: [http://wordpress.org/support/forum/how-to-and-troubleshooting#postform](http://wordpress.org/support/forum/how-to-and-troubleshooting#postform)
 * There is no “wp-team” on the forums.
 *  [theofear](https://wordpress.org/support/users/theofear/)
 * (@theofear)
 * [11 years ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271683)
 * Hi torbo666,
 * How did you resolve this issue ?
 * thanks.
 *  [lacorietowers](https://wordpress.org/support/users/lacorietowers/)
 * (@lacorietowers)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271686)
 * did this work??

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘/wp-login.php?action=postpass’ is closed to new replies.

## Tags

 * [password](https://wordpress.org/support/topic-tag/password/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 5 participants
 * Last reply from: [lacorietowers](https://wordpress.org/support/users/lacorietowers/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/wp-loginphpactionpostpass/#post-5271686)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
