428dc5c2988b — Bill Welliver 13 years ago
more password management work
1 files changed, 1 insertions(+), 1 deletions(-)

M auth/classes/auth/controller.pike
M auth/classes/auth/controller.pike +1 -1
@@ 139,7 139,7 @@ static mixed md5_find_user_password(Requ
 
   t->add("username", id->variables->username);
 
-  string newpass = generate_password();
+  string newpass = Tools.String.generate_password(10);
 
   r[0]["password"] = Crypto.make_crypt_md5(newpass);