bt_dev
Forum Replies Created
-
Hello, it’s no bother at all. Yes I was able to test the plugin back when 2.10.5 was released a few weeks back and unfortunately the admin info was still being leaked in the approval emails without the code snippet fix active, but thankfully the code snippet fix is still working for the current version, so it’s still a valid temporary fix.I have included my site health info links below in a hope they can assist you.
ges———————————————————————Pages
- User: User (ID#950) | https://biotrace.co.nz/user/
- Login: Login (ID#952) | https://biotrace.co.nz/login/
- Register: Register (ID#954) | https://biotrace.co.nz/register/
- Members: Members (ID#956) | https://biotrace.co.nz/members/
- Logout: Logout (ID#958) | https://biotrace.co.nz/logout/
- Account: Account (ID#960) | https://biotrace.co.nz/account/
- Password Reset: Password Reset (ID#962) | https://biotrace.co.nz/password-reset/
- Newsletters unsubscribe: Sample Page (ID#2) | https://biotrace.co.nz/sample-page/
Excellent, this code snippet worked. Test account did not have admin details just the correct user info
add_action( ‘um_before_email_notification_sending’, ‘um_before_email_notification_sending_user_id_fix’, 999, 3 ); function um_before_email_notification_sending_user_id_fix( $email, $template, $args ) { $user = get_user_by( ’email’, $email ); um_fetch_user( $user->ID ); }Thank you for your help!
I haven’t been able to identify any conflicts through disabling plugins. admin info is included in any email of accounts that require manual approval .
Are there any specific hooks ultimate member uses that I could use to override the data sent in the approval emails? It seems the plugin must be doing something like get current user data to populate the emails rather than the approved user id
This is a massive security risk and we cannot approve accounts until it is resolved. Issue
No. That feature is not enabled.
We are using the basic email shotcodes as below but the
{email} returns the administrator email and
{username} returns the administrator username
{password_reset_link} includes a link to reset the administrator password
Account Information Your account e-mail: {email} Your account username: {username} Set your password: {password_reset_link}- What version were you using before the update?
We were on 2.6.11. However another point to note is that all through website development, this behaviour occured when updating ultimate member. We are talking way back in 2016. account activation emails were resent to users with every ultimate member update. We had to disable sending emails entirely to prevent the activation email being sent.
- Perhaps you are using some custom code?
- Yes, we use the getstate and getcountry custom code to retrieve regions for Australia and New Zealand
- Are new emails being sent now or was this a one-time event after the update?
The activation emails being sent is a one time event after updating.But we are talking about over 1000 actiuvation emails being resent to already active users.
- Do you use SMTP plugin?
- We use SMTP Mailer 1.1.18
We are also receiving this error:
[04-Dec-2023 17:40:02 UTC] PHP Warning: Cannot modify header information – headers already sent in …/wp-content/plugins/gridlist-view-for-woocommerce/includes/functions.php on line 27Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Javascript error after plugin updateUPDATE: Ok, we have narrowed the issue down to the WP Rocket caching plugin. The map displays fine when WP Rocket is disabled but does not display and returns JS error when enabled.
Is there known a workaround for compatibility with WP Rocket?That worked great @missveronicatv
The slow query is no longer initializing on every admin page. Thanks very much for your help!
Thank you, I’ll give the code snippet a try.
Thanks for the update @missveronicatv
I’m wondering if there is a temporary workaround to disable the specific slow query entirely as it shouldn’t be required on all admin pages.
Hopefully we have a fix for this soon.
Not yet, we are still using 2.6.11, but have since found a workaround using Miss Veronicas UM Conflict Remover – https://github.com/MissVeronica/um-conflict-remover
Now we can still have Woocommerce Memberships plugin active without the dropdown issue occurring.
Hope this helps someone else.
Hi – Unfortunately it is unresolved. We have had to disable the Woocommerce Memberships plugin on our registration form pages until we can get it resolved.
Forum: Plugins
In reply to: [Tawk.To Live Chat] Pre-chat form autofillThanks for the reply. This was precisely the reason. It wasn’t clearly stated that secure mode isn’t supported in the plugin and it took a bit of troubleshooting with one of the Tawk team to establish that. Hopefully this info will help anyone else facing the same issue.
CheersThank you
I appreciate you looking into this. There is a bookly option to run their JS only on pages that has the booking forms but I guess that doesn’t translate to the admin pages too?