I am using latest version 5.3 of simple user registration form. Every thing is working fine , except the forget password and signup. While clicking on SignUp button it redirects to https://8 url not to the registration page. The single number in the url is post id but post id is converted to 32bit address and redirected to 0.0.0.8. Same thing happens with the forget password. If i change the code in login page template with the old version like 4.2 template ,it works fine. Please help as i don’t want to make changes in the plugin.
]]>I have installed the most recent wp-registration plugin, upgrading from a much older version. I ran the migration process. I cannot get the settings page to load so that I can set the redirect after login page. All I see is a spinning wheel, no content ever displays.
I would greatly appreciate assistance in being able to view the settings page.
]]>Hi,
I have pro. version.
Is there possible to Redirect to referring page after logging in?
Thanks,
]]>Hi, i am trying to use the plugin , but in signup page, the button to register does not appeared anywhere .Whats wrong with this?
]]>Olá, como fa?o pra inserir phone como um dos campos no registro?
quando o usuário se cadastra através de um compra o campo billing_phone é preenchido, ent?o gostaria de registrar o telefone também quando n?o for via compra
When I click on the field it pops up and disappears. Any advice?
]]>I previously used code to only allow users from certain (Administrator identified) domains to register, but it relies on wp register and doesn’t work with Simple User Registration Pro.
Is there similar code I can add, a modification to the current code (included below), possibly a Simple User Registration Pro update that will allow me to identify specific domains that must be used for registration?
function is_valid_email_domain($login, $email, $errors ){
$valid_email_domains = array(“example.com”,”anotherexample.com”);// allowed domains
$valid = false; // sets default validation to false
foreach( $valid_email_domains as $d ){
$d_length = strlen( $d );
$current_email_domain = strtolower( substr( $email, -($d_length), $d_length));
if( $current_email_domain == strtolower($d) ){
$valid = true;
break;
}
}
// Return error message for invalid domains
if( $valid === false ){
$errors->add(‘domain_whitelist_error’,__( ‘ERROR: Registration is only allowed from approved domains. If you think you are seeing this in error, please contact the system administrator.’ ));
}
}
add_action(‘register_post’, ‘is_valid_email_domain’,10,3 );
i have problem after installing plugin, when i filled form for registering account and after clicking SIGNUP button i got 404 page, says (go to homepage) with redirecting to this link on the top
https://zeelance.com/register/?action=wpr_submit_form&wpr_form_id=5625&wpr_nonce=7248669e54&_wp_http_referer=%2Fregister%2F&wpr%5Bwp_field%5D%5Buser_login%5D=alfred7555&wpr%5Bwp_field%5D%5Bfirst_name%5D=alfred&wpr%5Bwp_field%5D%5Blast_name%5D=cullllinger&wpr%5Bwp_field%5D%5Buser_email%5D=a.cullinger7%40hotmail.com&wpr%5Bwp_field%5D%5Bpassword%5D=111222&wpr%5Bwp_field%5D%5Bconfirm_password%5D=111222
it must give me some message that your account has been create OR take me to the profile page as i have set profile page in “settings” as
After Registration
https://zeelance.com/profile/
Enter the url to redirect after the sing up.
Create a page using shortcode [wpr-profile], [wpr-account] is OK but when I access or edit page WPR Account, WPR Profile, it show error:” 500 – Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.”
How to fix these?
The website use wordpress 5.0.2 and php 7.1.
Thanks!
how to disable styles for front in your plugin because the plugin uses bootstrap and I don’t need to use it
]]>Plugin version 5.7 on WP 5.2.1 , but situation was the same in older versions of plugin and WP.
On attempting the password recovery option, after user email has been submitted:
[php7:error] [pid 2230] [client xx.xxx.xxx.xx:24820] PHP Fatal error: Uncaught Error: Class ‘WPR_MailChimp’ not found in /var/www/site/public_html/wp-content/plugins/wp-registration/inc/classes/class.register.php:164\nStack trace:\n#0 /var/www/site/public_html/wp-content/plugins/wp-registration/inc/classes/class.register.php(66): WPR_Register->apply_settings()\n#1 /var/www/site/public_html/wp-content/plugins/wp-registration/inc/hooks.php(40): WPR_Register->create_user()\n#2 /var/www/site/public_html/wp-includes/class-wp-hook.php(286): wpr_hooks_submit_form(”)\n#3 /var/www/site/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)\n#4 /var/www/site/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)\n#5 /var/www/site/public_html/wp-admin/admin-ajax.php(188): do_action(‘wp_ajax_nopriv_…’)\n#6 {main}\n thrown in /var/www/site/public_html/wp-content/plugins/wp-registration/inc/classes/class.register.php on line 164
]]>We have v2.0 installed when we update this plugin (and only this plugin causes this issue) the site is left in a non-working state. The front end and backend of WordPress completely non-functional.
We have latest wordpress, woocommerce and a few other plugins installed, all uptodate.
Is there a known issue updating from 2.0 to v4?
The error we see after time out in Chrome when trying to view the site after updating the plugins is:
This site can’t be reached The webpage at https://rivercitysewing.com.au/ might be temporarily down or it may have moved permanently to a new web address.
ERR_SPDY_PROTOCOL_ERROR
AND in FIREFOX:
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.
]]>I have purchase pro. version But we are not able to redirect after login.
On admin, I have defined page where we need to redirect after login.
But after login not able to redirect.
Can you please help me?
]]>Can you please help me
If I submit registration form from register page then after click on submit getting below error in Console. Also, not redirecting anywhere as well as not getting any message.
/wp-admin/admin-ajax.php 500 (Internal Server Error).
]]>I think my version of PHP is too old to run this plugin but I can’t be sure because the required version of PHP is not documented. Please add this to the documentation or to the README file (or both). Thanks.
]]>Hello,
It is possible use the same email template of the wordpress… on the successfully email?
Regards,
]]>hi
Does your registration is protected that bots can’t register through it?
I am having this error message repeatedly:
04-Sep-2018 09:29:59 UTC] PHP Notice: Undefined index: nm_for_members in /nas/content/live/merakistorestg/wp-content/plugins/wp-registration/classes/plugin.class.php on line 546
How should I resolve this?
Thanks.
Hello,
A user has created an account but not recieved an email. (My fault) So I sent them an email with username and password, but I realized I don’t have a login page.
How do I create this?
Cheers,
]]>hello,
I want to add a new custom field in registration form where i used my own code. unable to find hook for that.
can you plzz help me out. any suggestion will be appreciated.
Thank you
]]>Hello is there any way to put captcha or recaptcha at the registration page?
Mostly for security purposes.
Hello Team,
I am getting the problem with date field, it is showing only 20 yrs i need to show atleast 40 years. it start the year from 2008, i need the year at least start from 1960.
]]>I’ve used the plug-in and think I might benefit better from the Pro version, which has more features. I’m not able to view your website, which returns and error and isn’t able to connect.
Is the Pro version still available? Also, is the free version still supported, since I note it hasn’t been updated for nine months or so
Rav
]]>Can we update User Profile Fields even if the field is empty .. I mean is it possible to store meta field if user leave it blank while registeration?
]]>I am getting these messages
typesection error message undefined
typetext error message This Field is Required
typeemail error message This Field is Required
typedate error message This Field is Required
And meta fields data is not appearing in user profile Also Register button is continuously loading form submitting without meta field data
Please help
Hello,
I found several issues on my site:
– Neither regular nor Facebook Login is redirecting at all
– Users are not instantly approved when option is selected
– New users cannot log in at all
– Twitter sing in is not working (redirect goes to wp-json/wpregistration/v1/twitter?oauth_token=etc)
– ‘[nm-wp-login] shortcode does not show social media login, instead shows regular registration at the bottom
Could you please assist me on these issues? Clients are not being able to login.
]]>Hi
I am using your login shortcode [nm-wp-login]
When a user is logged in and they visit the login page they get an option to logout.
This is excellent, but how do I amend this message?
Also how do I specify which page users are redirected to when they click ‘logout’?
I hope you can help soon.
Thank you
Helen
Thanks for this very nice plugin. However I got some problem when using this extension along with Woocommerce. Somehow when I try to login with incorrect username / password, the login form doesn’t show the error message. However if I deactivate this plugin, the problem disappear. Anyone having similar issue? Thanks.
]]>Hi-
I am having an intermittent issue with the nm-wp-login shortcode. If I put it on page to render a sign in form the page does not always redirect to my chosen page. If I go directly from the sign up success page to the sign in page in a brand new session(with chrome in incognito) logging in takes me to the log in page. it does not redirect me to the page I chose in settings. I am not sure what the root cause is but I did noticed a couple of warnings in the logs. First: get_currentuserinfo() /app/wp-content/plugins/wp-registration/classes/plugin.class.php:488
get_currentuserinfo() is deprecated and should be replaced with wp_get_current_user()
Second: in the nm_login_empty() function, the $user references nothing. Should this pull from the global $user variable and check to see if it is a wp_error instead? As it stands I get a notice from PHP that $user is not defined everytime the login page loads.
]]>Hi,
I am using the free version of the plugin. When I leave a field blank on the signup page, I see the message ‘It is Required’ on any blank fields. I would like to be able to change it to something like “This Field is Required”. Is there any place in settings to change the default wording? If not can the default text be updated?
]]>