Automatic password for users


hi,

 

how can create field make automatic password users?

 

when register, system sent email automatic password, later able change it, login , verify, think method better email sending linking code etc. , think should easier.

 

thanks

are using php?  if use generate random string:

 

function generaterandomstring($length = 10) {
  $characters
= '0123456789abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz';
  $characterslength
= strlen($characters);
  $randomstring
= '';
  
for ($i = 0; $i < $length; $i++) {
  $randomstring
.= $characters[rand(0, $characterslength - 1)];
  
}
  
return $randomstring;
}

 

 

if not same theory applied asp coding well.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

Adobe Reader DC install error 150410

Adobe Acrobat Reader DC Updater error: 130200 in Win 7 64bit

Error: 100600 Update failed, updates have been disabled by your system policy