Hi,
I have problem with trying to redirect customers after registration. What ever I tried, simple snippet or plugins, I am unable to manage to have working redirection. I found when “New User Approve” plugin is activated it won’t work, but when I disable plugin then redirection work like a charm.
At the moment I have this snippet, please can you help me to achieve this to work.
My code:
add_filter( ‘woocommerce_registration_redirect’, ‘ss_custom_redirection_after_registration’, 10, 1 );
function ss_custom_redirection_after_registration( $redirection_url ){
// Change the redirection Url
$redirection_url = ‘https://hylbox.com/vielen-dank-fuer-die-registrierung/’;
return $redirection_url; // Always return something
}
I have read the documentation on Woocommerce compatibility and I understand that the plugin works with Woocommerce users. However, it is unclear if new users purchasing items from the store need to be approved. I assume they do not, since purchasing items makes them a customer role and gives them a customer login. Is that the case? We do not want to have to approve every customer that purchases an item and wishes to login again. We only want to approve users that register separately without purchasing an item.
]]>Is there a way to generate an Approve / Reject link in the Admin Notification email? We’d like to have moderators review and approve users without granting full WordPress admin privileges. Email approval capabilities might be one way, but also open to other ideas as well. Thanks!
]]>Hello is it possible to approve users based on their user role.
Our site has 2 roles for registration – Customer and Trade Account
We’d like only the Trade Account role to require manual approval.
]]>Hi there,
This issue was brought forward by another user but still hasn’t been addressed: https://www.ads-software.com/support/topic/translate-access-status-status-selections/ The topic has been marked as resolved so I decided to open a new one. I think it was fixed for the language of the TS but no general fix has been implemented.
I use Loco Translate to translate themes and plugins in my site language (Dutch). There are some strings in this plugin that can not be translated. The status selections on the user profile page still show “denied”, “approved” in English. Also can’t change the string “pending”.
How can this be addressed so the site looks clean and neat in one language?
Kind regards,
Nella
]]>Hi,
I have exported all users from one website and imported on a new website (CSV), they all have meta-data on user_status. But after import New user approve all treat them as a new user and they are set as pending. I just can’t find a way for them to inherit their status from the CSV file. Some approved and some dinied. Is there a fix for this?
]]>Hi,
Even though there are pending users, the pending users tab is empty.Also the Approved Users tab is empty. However, there are over 1000 subscribers.
]]>Hi,
Please be so kind and let me know, what is the Capability name (ID) of this plugin?
I need this informaiton for setup an another plugin.
Thank you very much!
Hi, in my shop I have two types of users, customers with certain permissions and subscribers, is there an option to approve only subscribers?
]]>my dashboard shows 2 users pending, and next to the Users entry there is a 2 in a little circle. BUT there are no pending users! I’ve gone through the entire list, NADA!
When there is a pending user, that number changes to 3, and when I approve or deny that user, it changes back to 2.
How can I reset that number back to zero?
]]>Hi,
I have a problem with a blank page after registering. I am using elementor and theme my login plugin for login form and everything is up to date.
I get the users in the dashboard but after registering the customers just get a blank page.
I really dont know how to fix this
Hey I want the email of the “User approval” to receive it the editor role of the site as well and not only the admins. Is that possible?
]]>Hello,
I wanted to use your plugin for approval of new user on registration. But When I have activated the plugin and even registered my email with plugin, the registration from where I need the user to register is not working. It has stopped working.
When I disable New User Approve plugin form works correctly.
I am using DirectoryPress, Woocommerce, WP form builder
Please help me as soon as possible.
Thank you.
]]>Hi team,
I was trying to add additional content to my Registration Approved email using the hook new_user_approve_approve_user_message . But the email doesn’t render the html content i added in the function as you can see in the screenshot https://prnt.sc/8T9k_xU3beIk . All my website used similar header and a footer content in an email . How can i render html content to the email? Please provide us a reply asap.
]]>Hi, I have seen that the mail configuration is a paid option, but I just need to modify the link that appears in the mail when a user is approved, as it is the access to wp-admin, and I want it to go to a specific url where I have added a user access box. Can you pass me the code to modify that line? Thanks.
]]>Hello,
Thank you for this wonderful plugin ??
Since the last updates, we encounter the following error when trying to change user status from its admin user account (profile) page : The link you followed has expired.
When approving or denying from the user list, everything is fine, the problem only happens on the admin user account (profile) page.
PHP version : 8.1
WordPress version : 6.5.4
New User Approve version : 2.6
Would you please have any hint in order to solve this problem ?
Thank you very much for your help ??
Mathieu.
We need the option to reset a “denied” user to pending…
Unfortunately, the admin of our little neighborhood association denies a user registration request because we haven’t heard back from the user with the information we need to verify their residency in in our neighborhood. The new user claims never to have received the email with the verification instructions.
So, we need a way (perhaps by adding a 2nd button for “Pending” after the “Approved” button in the “Denied Users” list?) to set a Denied status back to Pending which we assume would trigger an action to resend the pending email message here (from “new_user_approve.php”):
>>
? ? ? } else {
? ? ? ? ? ? // User Registeration welcome email
? ? ? ? ? ? $disable = apply_filters('nua_disable_welcome_email',false, $user_id);
? ? ? ? ? ? if(false===$disable) {
? ? ? ? ? ? ? ? $message = nua_default_registeration_welcome_email();
? ? ? ? ? ? ? ? $message = apply_filters( 'new_user_approve_welcome_user_message', $message, $user_email );
? ? ? ? ? ? ? ? $subject = sprintf( __( 'Your registration is pending for approval - [%s]', 'new-user-approve' ), get_option( 'blogname' ) );
? ? ? ? ? ? ? ? $subject = apply_filters( 'new_user_approve_welcome_user_subject', $subject );
? ? ? ? ? ? ? ? wp_mail(
? ? ? ? ? ? ? ? $user_email,
? ? ? ? ? ? ? ? $subject,
? ? ? ? ? ? ? ? $message,
? ? ? ? ? ? ? ? $this->email_message_headers()
? ? ? ? ? ? ? );
? ? ? ? ? ? }
? ? ? ? }
<<
]]>
I just added a test registered user but cannot change him to Author role?
I changed it on screen then clicked to save and it reverts to Subscriber.
Why?
]]>Hallo
I’m using a free version of new user approval (Ver.?2.5.3) in italian
as i see in another topic (but is closed and link are obsolete) i have this strange “error” as i receive the mail confirmation
%1$s (%2$s) ha richiesto un nome utente a %3$s
Per approvare o bloccare questo utente a %s vai su
Il vostro accesso a %s e’ stato approvato.
How can i fix it .. i read that the probmel is about the translation and i need a “new” version
thank you
Giulio
Do you have a snippet to disable the Your registration is pending for approval email and the Registration Denied email? The other 2 emails (notification to admin about pending request, and email after approval) are fine, but the pending for approval & registration denied emails are using up our daily email quota due to so many spam requests.
Thank you!
]]>I received email from pending users/customers they cannot register properly and I never got a pending approval on WooCommerce. It doesn’t seem to work and I cannot do business like this!!!
]]>Hi
PlugIn ‘New User Approve’ – works fine, many thanks.
Problem with wp-project on special URL: The link to the plugin-administration is incorrect, a special character (e.g. ? ? ü…) in the URL is removed instead of passed on.
Question: How can I fix encoding UTF-8 the plugin?
Kind regards and many thanks, Flipper
Hello,
I have just downloaded and installed the plugin. However, upon activation, I am getting this error
Deprecated: Creation of dynamic property pw_new_user_approve::$email_tags is deprecated?
Can you please look into this?
P.S. PHP Version 8.2
]]>Installed the free version.
The only link it adds to the dashboard admin menu is a link to buy the premium version. “Approve New Users > Get Pro Bundle”. No other options are added. Oh, except I can “opt in” to your mailing list from the plugins page.
Presumably this is a mistake, otherwise why have a free version? It literally does nothing.
]]>Hi,
I have setup a user notification welcome email and enabled toggle switch and saved but site doesn`t seem to be sending welcome email.
Site sends Approval and denial emails but no welcome email after registration.
Should have said am using premium version
Also just realized from support page welcome email comes after approval, but its not sending anyhow.
Is it possible for your plugin to send email after registration along the lines of your account is waiting approval? This is a necessity to keep user informed
]]>Hello,
I have manual approval setup I would like some user roles to be auto approved and not go through approval process how is this possible?
Thanks
]]>Hello,
After a proper virgin WordPress installation in local, and installing few plugins like yours, I come across this annoying issue which is I have a white screen after saving anything in the settings pages.
there is a deprecation message shown in the white screen (despite the page sending a 200 somehow):
Deprecated: Creation of dynamic property pw_new_user_approve::$email_tags is deprecated in /usr/share/nginx/html/wp-content/plugins/new-user-approve/new-user-approve.php on line 77 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/wp-content/plugins/new-user-approve/new-user-approve.php:77) in /usr/share/nginx/html/wp-admin/includes/misc.php on line 1431 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/wp-content/plugins/new-user-approve/new-user-approve.php:77) in /usr/share/nginx/html/wp-includes/functions.php on line 6896 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/wp-content/plugins/new-user-approve/new-user-approve.php:77) in /usr/share/nginx/html/wp-includes/pluggable.php on line 1427 Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/wp-content/plugins/new-user-approve/new-user-approve.php:77) in /usr/share/nginx/html/wp-includes/pluggable.php on line 1430
When disabling the plugin, I can properly save without a white screen.
]]>The documentation mentions a settings menu but it is not showing under Admin Dashboard?→?New Users Approve
]]>hello.
how to approve or deny creation site in wordpress multisite…
tanks.
]]>Hello,
I added your plugin to my site to test it out, I want to approve all customer that register an account.
I registered as a customer and after submiting the form, I was sent straight to my account dashboard and I could have access to everything customers have access to.
No email, no need to approve or anything.
Do you know why?
Thank you,