Skip to content
Snippets Groups Projects
Commit 37cb7915 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

*gnaaarf*

parent cbece8b1
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,7 @@ class OC_User {
* generates a password
*/
public static function generatePassword() {
return uniqId();
return OC_Util::generate_random_bytes(30);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment