Rahul Gandhi
Forum Replies Created
-
Hi,
Can you deactivate them one by one and check which plugin causing an issue? I think it’s by Wordfence plugin but if you have enabled object cache then try deactivating it and let us know.
Regards,
PatrikHi,
I think it’s a WordFence plugin and you may have enabled two-factor verification or other security feature of the plugin. Can you check after disabling such settings related to login and let us know if it works for you or not?
Regards,
PatrikOk, Can you please create the support ticket on our site https://userswp.io/support?
Regards,
PatrikHi,
The issue is with the caching plugin as I can see the admin-ajax.php is showing 302 error which generally happens when the caching plugin is active. If you can disable the caching plugin and check if it works or not would give more idea and if you can exclude the /wp-admin/admin-ajax.php from the caching would solve the issue as well.
Regards,
PatrikHi,
Can you let us know if you are using any security plugin or caching plugin? If yes then let me know which plugin because this can happen due to security or caching plugin.
Regards,
PatrikHi,
We have already fixed this and will be there in the next plugin release. If you want to try the changes then you can create a support ticket on our site https://userswp.io/support.
Regards,
PatrikHi,
Please find my below comments for your queries:
1. We are looking into it and update you on the same soon.
2. On posts it works fine for me as it shows “/author/author-name” for me.
3. On comments also it shows me “/author/author-name”.
4. You mean hide the admin bar or the /wp-admin/?
5. We don’t change the avatars on the backend to make it compatible with the other plugins as if we change it then it will override for the other plugins.
6. We will add setting for this in the next release of the plugin. For now it is not possible without modifying code.Regards,
PatrikHi,
Have you checked with the email log plugin if the email is logged there or not? If not then can you please create a support ticket on our site https://userswp.io/support?
Regards,
PatrikHi,
You can use ‘uwp_social_after_wp_insert_user’ hook to send email after social login. You can try the following code and check if it works for you or not.
add_action('uwp_social_after_wp_insert_user', 'uwp_social_after_wp_insert_user_cb', 10, 1); function uwp_social_after_wp_insert_user_cb($user_id){ if(!empty($user_id)){ wp_new_user_notification($user_id, '', 'user'); } }Regards,
PatrikHi,
Can you add the following code in your functions.php file of the currently active theme and check if it works for you?
add_action('register_form', 'uwp_social_login_buttons');Regards,
PatrikHi,
We have replied multiple times to this thread but it’s deleted due to WP forum policy. Please create a support ticket on https://userswp.io/support for this issue.
Regards,
PatrikHi,
Honeypot is already implemented and there is no setting for that.
Regards,
PatrikHi,
We have already added honeypot and our own check for the SPAM in the last plugin update which should be helpful to reduce the SPAM.
Regards,
PatrikHi,
Can you delete that field and create it again but provide the Label in English? Because we create the key automatically from the label and as you are giving a label in another language it’s using key instead of a label. If you want to keep the label in your language then you can create the field and click on the Show Advanced button and enter the key in English and save it. Let me know if it works for you or not.
Regards,
PatrikHi,
Can you check if you have enabled registration from Settings->General->Anyone can register? It should be enabled.
Regards,
Patrik