Your php files look good but your templates are missing information about a timezone and whether or not to accept emails from the admin, etc. If you don't want to make these choices available, you at least have to make them hidden form fields with the values you want so blank data isn't passed through when creating the user.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
That's right.
For the timezone, use:
<input type="hidden" name="timezoneoffset" id="sel_timezoneoffset" value="$timezonesel" />
<input type="hidden" name="dst" id="sel_dst" value="2" />
It automatically sets a user's timezone to the board's default (ie what is used for unregistered users).
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
I'm not sure - I've already done it. I guess it couldn't hurt? Makes things look real simpler for the end-user and it doesn't make them feel like they're signing their life away.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229