Posted on: 07/31/06 12:55pm
By: lbpp
My custom user registration is not working now that i am using 1.4 I did not change anything from my previous version. Is anyone else that is using 1.4.0 having this problem, because currently i use 1.3.11 on my
site[*1] , but am testing 1.4
here[*2] and it is not sending out the email with the password while using the custom registration. When i switch back to regular registration the emails are sent no problem.
What i am basically trying to accomplish is custom registration with captcha, BUT also including this
HACK[*3] to choose your password right there and be able to log in once you submit all the correct info instead of having to wait for a confirmation email. This way captcha prevents spam bots, and not using an email confirmation avoids our emails getting lost in spam filters plus allows people to login right away and access our content. Idealy information submited upon registration should be kept as a "temporary user" until they confirm their email address with maybe an annoying center block reminding them as the browse the site. Any one help on this one.... seems pretty complicated.
Broken custom registration in 1.4
Posted on: 07/31/06 11:37pm
By: Blaine
I've done a number of custom membership projects for clients includng CAPTCHA and have posted/contributed several examples but this feature is called custom for a reason and requires some PHP and mysql experience.
PM me for a quote to assist you if you want - I offer this as an option.
Broken custom registration in 1.4
Posted on: 08/01/06 06:51pm
By: lbpp
yeah... well i actually have a good deal of experience with PHP/MySQL and like i said custom registration was working on my 1.3.11 version. I looked at the example provided in the downloads section and followed the structure exactly so there should be no problems... all the data gets inserted in the database upon registration, but the EMAIL is never sent to them with password... so i do not think that has anything to do with the custom registration code in the lib-custom file. Besides this problem what i want to accomplish with the registration process would require hacking geeklog core files i believe to make it work.
Broken custom registration in 1.4
Posted on: 08/02/06 04:07pm
By: Dirk
[QUOTE BY= lbpp] all the data gets inserted in the database upon registration, but the EMAIL is never sent to them with password... [/QUOTE]
Which status do the new users have after creation? Check from the Admin's user editor. They should have status "awaiting activation" (before they first logged in). If they have some other status, that is the problem ...
bye, Dirk
Broken custom registration in 1.4
Posted on: 08/03/06 01:27am
By: lbpp
yeah it still says awaiting activation
Broken custom registration in 1.4
Posted on: 08/04/06 02:30pm
By: lbpp
How does custom registration handle sending the new user a password? does it come from users.php? I guess that would be the problem because i dont see any functions in the custom code to send out emails.
Broken custom registration in 1.4
Posted on: 08/04/06 02:36pm
By: Dirk
Custom registration only offers you some hooks to plug your own code into (for changing the registration form, adding more information at signup, performing extra checks). The actual account creation and sending of the email with the password is still done by Geeklog.
bye, Dirk