Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#26 09-04-2007 17:36:13

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Check out without creating an account

IOW a major security hole Yaniv.

Offline

 

#27 09-04-2007 17:41:43

yaniv
Member
Registered: 04-14-2004
Posts: 80

Re: Check out without creating an account

No Default password I agree that it would be BAD.  It basically uses both numbers and letters to create a password (different one everytime).  Once they create an account they will be loged in or if they come back in the future and want to login they would need to request the password to be sent to them like you thought.

The idea was how to make it seem like they are not creating an account and hopefully have more sales by avoiding having the people that do not like creating accounts leave the checkout page.  It would be much nicer if we removed the rest of the fields as well which can also be done but wasn't done for this particular website.

Yaniv Zahavi,
http://www.Intermakers.com web solutions.

Offline

 

#28 09-04-2007 17:56:08

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Check out without creating an account

Yaniv, how did you make it create a random password?  And can you share that code? smile

James...

Offline

 

#29 09-04-2007 18:06:20

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Check out without creating an account

Trivial with PHP.  Just MD5 hash the current epoch time is probably the easiest way smile

Code:

$randompw = md5(time());

Last edited by Dave (09-04-2007 18:28:37)

Offline

 

#30 09-04-2007 18:26:24

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Check out without creating an account

uhm, yeah, that's what i was going to say...plus if you regenerate the dilithium crystals, you'll have light speed too

smile

Offline

 

Board footer