Forum Moderators: buckworks
Basically we don't care about the shopping cart at all since we're using PayPal and basically let them handle everything for us...
Do I really have to worry about SSL, certificates etc...?
I mean we've just included the PayPal ASP.NET User Control onto our page which generates a couple of links for us that then relocates the user to the PayPal site (which obviously is secure) and then when the user have placed his order at paypal.com he will be redirected back to our site which then will get a confirmation from PayPal which updates our database and gives the user access to download his product...
Do I really have to bother at all about the above post...?
And a second question...
We're sending the Username AND the PASSWORD in the "Register confirmation email"...
Is this something users will get a "bad" experience of...?
(password in confirmation email)
I'm thinking alot of other sites does it and it's nice to have the password for the user later if he forgets it, ideas...?
[edited by: lorax at 11:25 pm (utc) on Mar. 9, 2007]
Emails are not secure at all. If this email was compromised - you have to ask yourself - what does the hacker get? Is this important enough to me to possibly re-think this process? Most sites usually allow the customer to pick the user name (or use the email address). And then maybe send the password via email to help verify the email address.
-Corey