Please, specify this into the main plugin description.
So users from other locales does not waste time.
Hello, the plugin does the automatic access plus password field added correctly, but since it’s activated the admin and registered users doesn’t receive emails after they register! Do you know why is this happening? ?? Of course I have activated the 3 last checkboxs in plugin config.
]]>Hello sir, first, thanks for this plugin.
It was working smoothly until I decided to allow users to register using their discord account.
Options enabled: https://www.screenpresso.com/=4YgDf
In yellow is the option I want to enable, but if I do so, the login with discord stop working.
Not sure why, but here is what have said the paid plugin author:
“He is intercepting the core WP call of the register_new_user, I can not go any lower than this call. Plus if I do it differently I actually will brake compatibility with other plugins. Developer of this plugin should skip his actions when a user was created programmatically, not from the form. He should not catch absolutely everything.”
Thanks for your help!
]]>Good day,
We are running this plugin on our website for when a user registers for an event. The below error is thrown:
Fatal error: Uncaught Error: strpos(): Argument #1 ($haystack) must be of type string, array given
in /usr/www/users/trainrexnm/wp-content/plugins/auto-login-new-user-after-registration/auto-login-new-user-after-registration.php on line 241
Call stack:
strpos()
wp-content/plugins/auto-login-new-user-after-registration/auto-login-new-user-after-registration.php:241
alnuar_disable_admin_new_user_notification_email()
wp-includes/class-wp-hook.php:307
WP_Hook::apply_filters()
wp-includes/plugin.php:189
apply_filters()
wp-includes/pluggable.php:200
wp_mail()
wp-content/plugins/registrations-for-the-events-calendar/inc/class-rtec-email.php:87
RTEC_Email::send_email()
wp-content/plugins/registrations-for-the-events-calendar/inc/class-rtec-submission.php:374
RTEC_Submission::process_valid_submission()
wp-content/plugins/registrations-for-the-events-calendar/inc/form/form-functions.php:247
rtec_process_form_submission()
wp-includes/class-wp-hook.php:307
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:331
WP_Hook::do_action()
wp-includes/plugin.php:474
do_action()
wp-admin/admin-ajax.php:187
The website then just hangs on the loading circle indefinitely.
Please can you provide some assistance as to how we can resolve this?
Thanks in advance.
]]>My site is in dutch and I have enabled the setting: ENABLE Password required fields on new user registration form.
The ‘password’ and ‘confirm password’ form titles are not available for translation in the customizer settings.
Is there a way to translate these two?
Hello.
New user’s first and last name are not being saved.
We enabled the fields in the ADD FIELDS TO NEW USER REGISTRATION FORM.
We have tested it out a few times.
The fields are still blank in the WP user profile.
It is recording the Nickname as the first name in the WP profile.
Dear Concern,
We, a group of researchers from University of Virginia and Johns Hopkins University, are analyzing the GDPR compliance in different plugins. From our analysis we found that you are storing ‘firstname’, ‘lastname’, ‘username’, ’email’ (PII information) information in the database without providing data access and data deletion functionalities. Neither you mentioned the storage in your privacy policy that the data will be stored. According to GDPR, whenever you store PII, you need to provide user the data access and data deletion functionality and clearly mention this in privacy policy. Not doing so will violate GDPR law.
Can you please take a look at this issue and confirm us? If needed we can provide more information on this.
]]>I have gotten many support requests about my plugin and using it with LearnDash.
My plugin is not compatible with LearnDash.
I recommend that if you are using LearnDash that you do not use my plugin.
Thanks
]]>Hi,
I love the plugin and works well on desktop with LearnDash.
But some problems occur with mobile registration.
First, it is confusing to see the login screen while people first want te register to a course. They have to scroll down…..
Second, people are not redirected to thge page but see the WordPress registration page. This is also confusing.
Please help!
Regards, Ron
]]>Hi
I did the translation into the Brazilian Portuguese language. I noticed that LOCO showed an error for the file auto-login-new-user-after-registration-pt_BR.po. But everything is translated and working correctly.
I am using the plugin together with LeanDash. The plugin was recommended by the developer.
I’ll leave the link to download here:
https://drive.google.com/file/d/1wE2PRkQo52lyKfk-qL_TqcfUIe4LiDtY/view?usp=sharing
]]>I’ve tried different settings, but couldn’t make it auto login and redirect to a specific page.
Any ideas what could be wrong?
Thanks.
]]>If we’re using a custom registration is there anything we need to do to make sure it works with this plugin?
]]>This plugin is not working with buddypress website. Please make it compatible with buddypress plugin.
]]>Hi I love this plugin and am looking for ways to make the form fit iOS devices, I have used the css fix and it helps somewhat, my questions are
Is it possible to make the gap between Last name and Password fields the same as the rest of the form? and
Is it possible to change the registration confirmation message so it is shorter and fits on one line? EG “Registration confirmation will be emailed”
These would then create enough room for the form to fit
Thank you
]]>I want to use your plugin to add password field to my learndash registration field
I can see the fields but the problem is with form validation
for those fields that are related to learndash like name, email, and … I see an error message if no input or invalid input
but If user leave password field empty then nothing happens
no validation and no error message to the user!
can you please help me with it?
]]>Your plugin is not working for multi site.
I applied and integrated it with LearnDash, it can’t shows password and name field after I convert my website to multi site.
Thanks
]]>I install to try you membership plugin, works fine using the TranslatePress – Multilingual which is a basic one. But your plugin doesn’t work with that.
]]>Hello! Love this plugin and it was so helpful in getting the extra fields on the registration page and auto logging in.
However, I just noticed that when I tested it today that 1)users are no longer auto logged in after registration and 2)the wordpress email now now says “set password” instead of “change password,” even though both of these settings are still set to on in the plugin.
I’m not sure where to start. Just wondering if you have any general suggestions for trying to fix this, knowing that you’re not familiar with my website ?? Thanks.
]]>Hi there,
Thank you for creating this amazing plugin.
I am trying to use the Autologin plugin to work with Learndash so when users make a purchase through PayPal they get logged in once they’re redirected back to my site but this isn’t happening.
I wonder if this is possible in the first place and if so am I missing something or are there any settings that need to be set for this integration to work properly.
Much appreciated.
Mando
I did a search, but couldn’t find anything — apologies if this is a stupid question, but since I’m a stupid person, it’s fitting.
I’m using a Gravity Forms custom registration form and would like to use this plugin to redirect/auto login new users. I’ve installed it and the redirection works, but the email notifications don’t.
Thanks!!
]]>When the plugin is active, wp_insert_user calls from a custom API don’t function correctly. I have a feeling it’s the same issue mentioned in this thread. The business end of the code is as follows:
$user_id = wp_insert_user( $user_data );
if ( ! is_wp_error( $user_id ) ) {
foreach( $user_meta as $key => $val ) {
update_user_meta( $user_id, $key, $val );
}
}
When the plugin is deactivated, the $user_id var is populated with the new user id, as expected. The user is created and all user meta is inserted. However, when the plugin is active, this call always returns “Sorry, that username already exists!” The user record is created, but the user meta update fails along with everything after that in the function. Any idea what could cause this? Thanks!
]]>Hi guys,
I hope you’re well.
Quick question, I would like the autologin to only work, after the email has been verified by the user.
For example, user signs up, receives email verification email, user confirms email and is then logged in.
Is this possible with this plugin?
Thanks,
Cameron
This seems to be similar to the issue reported by @deadcalf 4 months ago, with the difference is that this one is WooCommerce specific.
It only occurs when a new user tries to check out after specifying her account username and password on the checkout page registration form. It doesn’t affect purchase flow when the user checking out is already logged in.
The symptom – newly registered users trying to check out get an error message:
Unexpected token < in JSON at position 0
Thanks for investigating this further.
]]>Hi,
I’m using This plugin. It is working great. I want to find logged in User’s IP Address / Location name. Pls share me the code. How to find Ip Adress of the user.
or let me know any other options to get Ip Adress of the the User.
Pls help me.
]]>username: xxx
to set your password visit following address :
https://www.aaa.com/wp-login.php?action=rp&key=rrrrrr&login=xxx
it’s possible remove link to set password because user is already logged so it does not make sense
Plugin works great for redirecting and adding first name/last name fields.
But whenever I have the plugin enabled, users no longer get their set-password emails.
Admin notification emails work fine.
Disabling the plugin re-starts the password emails.
I can’t find a checkbox/setting that mentions blocking or enabling these emails. Am I doing something wrong?
]]>Hello. When we activate the ‘Auto Login New User After Registration’ plugin, new users registrations on the site no longer save first name or last name. Our registration form collects both first name and last name, but once this plugin is activated the users are registered, a new account is created, but their WordPress profiles lack First Name and Last Name.
We tried enabling the fields in the ADD FIELDS TO NEW USER REGISTRATION FORM and we also tried it with them disabled, but it still will not record the new user’s First name and last name in the WordPress profile.
If you create a test registration on our site (https://boxofficefunding.com/login) you will see Hello [blank] at the top right, and under your Profile there is no First or Last name. In the back-end we see no First Name or Last Name. Email and password ARE correctly saved in the new user profile.
Is there any way to fix this so we can capture first name and last name from our registration form?
Thank you!
We are using:
Wordpress Version 5.3.2
Theme: Pay Day Loans Version 1.0.0
Using: Ultimate Member 2.1.4 (for registration form)
hi,
is it possible with auto login that the user is redirected to the same page the registration was done on?
Doe this work with default wp registration fields? If so it will work with wordfence security measures like captcha v3 and 2FA
]]>I am using the LearnDash LMS plugin that is also using the auto-login for Word Press. All of that is working fine but once a new user logs in, they receive an email wanting them to set their password – again! Okay. But when I tested this the other day, and reset the password (as this new user), it apparently thought I – as the admin – was the person submitting this email and suddenly my WordPress dashboard disappeared and nearly caused me heart failure!! My host was able to fix it but I need some help moving forward.
The email I received in response to the test login was this:
Username: menurse
To set your password, visit the following address:
https://www.nursingprofessor.com/wp-login.php?action=rp&key=TedVfQZLgg87m8pJG5BT&login=menurse
https://www.nursingprofessor.com/wp-login.php
My website is nursingprofessor.com
Is it confusing things? Can you tell by looking at this?
I really appreciate your help – desperate!!
Pat
Auto login works but redirection doesnt.
When i enter infos and click register. it stays at same register form. but if i open the website on new tab, it’s logged in. i need redirection works. please help.
]]>