teolives
Forum Replies Created
-
Unconfirmed, as stated in the object.
As for the feature request, too bad!
After further analysis I can say that if I deactivate the 2FA feature, error messages start appearing again.
So in which field is the ball? TML or Wordfence?See this tread: https://wordpress.org/support/topic/error-messages-at-login-not-showing/
Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingOK, I think I’ve finally found the problem: with the Two Factor Authentication set off in Wordfence the messages are now appearing! Switch it on and they stop…
Can you see if you can replicate the issue and suggest a fix please?Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingI’ve checked and I can confirm it’s not server-side cached
Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingSorry, I should’ve mentioned that before. I also tried to toggle the wordfence option you mention previously, to no avail
Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingAlready tried before posting the above message…
Switched to another theme to make sure there were no custom functions that might interfere…
Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingHm, well, is there anything else I can do to troubleshoot this?
Because:
no Wordfence and TML = OK
Wordfence and no TML = OK
Wordfence and TML = no messages displayedI even tried to switch to Twentynineteen (and no child theme) and leave only Wordfence and TML as plugins, but yet I get no error messages at login.
Any other idea?
- This reply was modified 5 years, 9 months ago by teolives.
Thanks!
Forum: Plugins
In reply to: [Theme My Login] Error messages at login not showingHello Jeff, enabling/disabling that setting you mentioned doesn’t make any difference.
OK, I further checked and I suppose there is an incompatibility between the plugin Theme My Login (6.4.17) and Wordfence because if I use the standard WordPress login then the messages appear correctly…
Hi Dave, any new suggestion? The login behaviour like that is a bit unintuitive…
Hello Dave,
sorry for the remark but in phpMyAdmin it couldn’t find the table if spelled with a lowercase :-/
So, I run that query but the problem persists… although the blob value is now set to 0
- This reply was modified 5 years, 9 months ago by teolives.
Hello Dave and thanks for the prompt answer.
I believe you mean wp_wfConfig.
The result is: [BLOB – 1 B]
Forum: Plugins
In reply to: [WP Last Login] Not tracking auto loginLooks like it’s working! Thanks a lot!
Matteo
Forum: Plugins
In reply to: [WP Last Login] Not tracking auto loginOps, my bad, you are right, that code only changes the redirect page upon registration, the code for autologin is the following:
function tml_new_user_activation( $user_id ) { wp_set_auth_cookie( $user_id ); } add_action( 'register_new_user', 'tml_new_user_activation' );
That leverages the plugin “Theme My Login” but really just uses “register_new_user”: can I add something there to populate the “last login” column?
Matteo