Tips and Tricks HQ Support Portal › Forums › WP eMember › Automatic Login After Registration
- This topic has 15 replies, 8 voices, and was last updated 12 years, 8 months ago by AnnB.
-
AuthorPosts
-
February 13, 2011 at 3:01 pm #2708nxadmonMember
The emember process takes a long time from adding to cart to actually viewing the content. Could we take out the step of requiring a user to login right after they’ve just typed that info into the registration page?
February 14, 2011 at 4:19 am #29007amin007ParticipantWe will look into adding an option for this.
February 14, 2011 at 1:44 pm #29008nxadmonMemberThank you for the great software and fast support.
February 14, 2011 at 2:49 pm #29009ervanerfianMemberHi Amin,
Ooh and then .. Ideally in every login process would be better “redirect_to” a page that requires permission, if not then see the settings options.
March 1, 2012 at 6:10 am #29010adminKeymasterJust an update… you can simply do the following to enable auto member login after the registration:
Please open the “wp_eMember1.php” file and search for the following line of code:
define('WP_EMEMBER_ENABLE_AUTO_LOGIN_AFTER_REGO', false);
Once you find it change it to the following:
define('WP_EMEMBER_ENABLE_AUTO_LOGIN_AFTER_REGO', true);
March 17, 2012 at 8:22 am #29011egraellsMemberWorked perfectly.
Just one thing more to be almost super efficient, when a user finds an article protected, initiates the registration process, but when finished and login done, it does not come back to the article when all the process initiated.
Even it is not current feature, could I implemented it adding or changing some code?
Thanks Amin and Ivy, again your software rocks.
I’m finishing http://www.elcomercioexterior.org, our new site.
March 18, 2012 at 4:09 am #29012adminKeymasterThe registration process is stateless so it is a little hard to do this without storing the value in the database and then later forwarding to that URL. Work involving database changes won’t be trivial. An easier alternative would be to use an “After Login Redirection” to an efficiently designed page that can help any member find what they are looking for in a few clicks.
March 21, 2012 at 3:24 pm #29013positiveimpactmagazineMemberHi there,
i’m trying to enable automatic login after registration on my site, however, it seems the line: define(‘WP_EMEMBER_ENABLE_AUTO_LOGIN_AFTER_REGO’, false);
is missing from the latest version of the plugin.
Any help?
March 22, 2012 at 2:04 am #29014adminKeymasterYou may not be looking at the correct file. Anyway, we have added a checkbox for this option in the setting menu of the plugin which should solve the issue. Please get a new build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
Then check the “Enable Auto Login After Registration” option in the settings menu of the eMember plugin.
March 22, 2012 at 8:08 pm #29015AnnBMemberHello,
Newbie here.
I went to WP eMembers – General Settings and I did not see anything that said “Enable Auto Login After Registration.”
Where exactly do I find this.
Thx,
AnnB
March 22, 2012 at 11:31 pm #29016PeterMemberThe checkbox setting is in the eMember settings page just after the “Enable After login Redirection:” checkobx.
You probably need to update to the latest version by following the instructions here if you cannot see it:
March 23, 2012 at 3:29 pm #29017AnnBMemberThanks but I just bought emember so presumably I have the latest version.
On which page of the settings is this found? And is the exact phrase provided “Enable auto login after registration” still the same?
March 23, 2012 at 11:08 pm #29018PeterMemberThe checkbox is called “Enable Auto Login After Registration”.
The update was made very recently – v7.8.0.
Look for it in the WP eMember -> Settings -> General Settings section
March 24, 2012 at 12:11 pm #29019AnnBMemberSerious Question.
If I bought and installed eMember on WEdnesday, why do I have Version 7.7.* and NOT V 7.8.0.
Did it come out Thursday or Friday?
Thanks,
AnnB
March 24, 2012 at 9:10 pm #29020AnnBMemberI updated to 7.8.1 and everything is now working.
I’m still puzzled about why this wasn’t the version for download when I bought eMember on Wednesday.
Thanks for your help,
AnnB
-
AuthorPosts
- You must be logged in to reply to this topic.