alleyinteractive / wp-alleyvate

Defaults for WordPress sites by Alley.
GNU General Public License v2.0
18 stars 2 forks source link

Login Nonce: nonce lifetime is changed only for the login action #67

Closed renatonascalves closed 8 months ago

renatonascalves commented 8 months ago

Summary

Make sure the nonce lifetime is run only for the login action as to not affect the other wp-login.php actions, e.g: logout.

Currently, when trying to log out, the log-out nonce mismatch (since it is changed) and a user sees the following screen:

Screenshot 2024-01-11 at 10 38 18 AM

Notes for reviewers

None.