Posted by Mark D Smith on 11/04/05 11:18
Hi
i am using a pear addition Text_Password
$pass = Text_Password::create($length = 8, $type = 'unpronounceable',$chars
= '');
problem is $pass contains some chars that are not A-Za-z 0-9, i have seen
underscores & accented chars returned.
is there a better way to generate an 8 char password for users?. I will be
using crypt to put in mysql database.
Mark
[Back to original message]
|