View Single Post
  #2  
Old 05-16-2008, 10:36 PM
navaldesign's Avatar
navaldesign navaldesign is offline
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,115
Default Re: Sending link by email to new user of reserved area

The link usually is something like http://www.yourdomain.com/activation...d=realusername

In some cases, the "realusername" id replaced by a strange string, as the one you posted above. This usually happens when the password of the member is encrypted (in example using md5()) so the activation page recieves the $_GET value for the password and performs a query in the database for the "password" field matching the string.

I prefer to only use the member username, as it doesn't create security issues and simple enough.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote