*gnaaarf*

This commit is contained in:
Lukas Reschke 2013-04-04 01:27:13 +03:00
parent cbece8b12f
commit 37cb79155e
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class OC_User {
* generates a password
*/
public static function generatePassword() {
return uniqId();
return OC_Util::generate_random_bytes(30);
}
/**