# HG changeset patch # User Bill Welliver # Date 1316665872 14400 # Thu Sep 22 00:31:12 2011 -0400 # Node ID 428dc5c2988bcbb3cd922e4f1d8849b995303912 # Parent 9002589acb4bf9ac9c3adc57bb109d6fe358a19b more password management work diff --git a/auth/classes/auth/controller.pike b/auth/classes/auth/controller.pike --- a/auth/classes/auth/controller.pike +++ b/auth/classes/auth/controller.pike @@ -139,7 +139,7 @@ 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);