Sign-up - immediate access

By Dave - March 25, 2015

Hi Tim, 

The email/password loop is a key part of the security.  If you give immediate access it would allow anyone to make up an email and gain instant access to the site (eg: spammers, etc).

What's the high level objective you're aiming for?  Or have you seen this implemented in a way you like on another site? 

Thanks!

Dave Edis - Senior Developer
interactivetools.com

By Toledoh - March 25, 2015

Hey Dave. It's just really an email capture process. A blog site gives away additional arricles to registered users. We are not that fussed if those are fake users. 

Cheers,

Tim (toledoh.com.au)

By Toledoh - March 27, 2015

Any thoughts on this?

Cheers,

Tim (toledoh.com.au)

By Dave - March 30, 2015

Hi Tim, 

Trying calling this code in the header of the page after any error checking code but _before_ you output any HTML and passing it the new username and password:

loginCookie_set($username, getPasswordDigest($plaintextPassword));

Let me know if that works for you.

Thanks!

Dave Edis - Senior Developer
interactivetools.com