| Author |
Message |
GlueBeard |
|
Post subject: [[[ QUESTION ]]] Regarding Default Registration
Posted: Aug 31, 2004 - 06:29 PM
|
|
Pirate Critic
Joined: Aug 18, 2004
Posts: 347
Location: The Isle of GlueBeard
Status: Offline
|
|
At present, my web site, when a new user registers, will send them an e-mail.
What do I need to change to allow new users to just register, and immediately start using the web site, with it allowing them to pick their own password, and immediately begin using the site, without having to wait for an e-mail or confirmation?
My goal is to make the new user registration process more user friendly than it is now. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 31, 2004 - 06:39 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Edit config.php and set secure to 0 |
|
|
| |
|
|
|
 |
GlueBeard |
|
Post subject:
Posted: Aug 31, 2004 - 07:03 PM
|
|
Pirate Critic
Joined: Aug 18, 2004
Posts: 347
Location: The Isle of GlueBeard
Status: Offline
|
|
| There is no setting for "secure." |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 31, 2004 - 07:19 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
DOH!
Sorry bout that...
$pnconfig['encoded'] = '0';
Encoded. lol |
|
|
| |
|
|
|
 |
GlueBeard |
|
Post subject:
Posted: Sep 01, 2004 - 07:51 AM
|
|
Pirate Critic
Joined: Aug 18, 2004
Posts: 347
Location: The Isle of GlueBeard
Status: Offline
|
|
This does not address the problem.
The site, when I try to create a new user account to test it, still sends an e-mail to me with the password. It does not allow a new user to simply pick their own password from the start.
Any other suggestions on this matter? |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 01, 2004 - 12:25 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
| I think there is another way, let me do some checking. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Sep 01, 2004 - 03:44 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
I thought for sure that is all it took..
Might be that and the system setting.
I think it only works with the system set to 1 for windows in the config. |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 01, 2004 - 05:13 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
GlueBeard,
Here is another way to allow new users to register and immediately proceed to logging in and using your site immediately.
Go to your admin panel-USER ADMINISTRATION-USER REGISTER CONFIGURATION.
Then select from top to bottom, yes, no, yes, no to the options presented there.
This will allow new users to fill in their unique UserName, select their password and enter a valid email address. Upon hitting SUBMIT they are instantly registered. They can then go to the frontpage and enter their login stuff.
***Note***
Upon hitting SUBMIT a new screen does come up and say that thier password will be emailed to them. This is true but it is just confirmation of the username and password that they selected. They do not have to wait for the email to arrive. I do not know how to avoid this message or how to change it by hacking the code.
Hope this has helped and if you have any questions then dont hesitate to ask.
Ray |
|
|
| |
|
|
|
 |
GlueBeard |
|
Post subject:
Posted: Sep 01, 2004 - 06:14 PM
|
|
Pirate Critic
Joined: Aug 18, 2004
Posts: 347
Location: The Isle of GlueBeard
Status: Offline
|
|
That worked, Ray.
I'll see if I can't track that registration message down. |
|
|
| |
|
|
|
 |
GlueBeard |
|
Post subject:
Posted: Sep 01, 2004 - 06:29 PM
|
|
Pirate Critic
Joined: Aug 18, 2004
Posts: 347
Location: The Isle of GlueBeard
Status: Offline
|
|
The file to edit is:
modules/NS-NewUser/lang/eng/global.php |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 01, 2004 - 06:39 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
Thanks for the find and Im glad it is now working!!!  |
|
|
| |
|
|
|
 |
|
|