bcc-code / bcc-wp

[BCC IT] Custom Wordpress themes and plugins which can be used in any BCC application (currently includes the BCC Login plugin)
Apache License 2.0
0 stars 7 forks source link

fix login redirect caching #133

Closed JakubC-projects closed 10 months ago

JakubC-projects commented 10 months ago

Fixes issue with cached login redirect responses by first always redirecting to wp_login.php which is never cached.

closes #132