Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login action URL #258

Merged
merged 11 commits into from
Nov 6, 2018
Merged

Login action URL #258

merged 11 commits into from
Nov 6, 2018

Conversation

kasparsd
Copy link
Collaborator

@kasparsd kasparsd commented Nov 3, 2018

Fixes #256 and #257.

  • Hardcodes the two-factor form action URL to wp-login.php (similar to WP core) since all of the two-factor processing relies on login_form_{$action} hooks.

  • Lots of WPCS fixes related to this simple change and the surrounding form HTML.

  • Tested that this doesn't introduce regression with custom login forms outside wp-login.php, such as WooCommerce.

@kasparsd
Copy link
Collaborator Author

kasparsd commented Nov 3, 2018

@cameronjonesweb, @ccoley Could you please do a code review and test if this resolves both #256 and #257?

@ccoley
Copy link

ccoley commented Nov 5, 2018

@kasparsd I've tested this and it resolves #257.

@cameronjonesweb
Copy link

Can confirm this resolves #256. Great job, thank you

@kasparsd kasparsd merged commit 9a1b01b into master Nov 6, 2018
@kasparsd kasparsd deleted the fix/256-login-action branch November 6, 2018 08:18
@jeffpaul jeffpaul added this to the 0.3.0 milestone Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't login when using login_url filter
4 participants