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

after effects warning: unable to create drawing surface

Maximum number of authorizations reached!