Esempio n. 1
0
 public static function generateRandomPassword()
 {
     return kString::generateRandomString(5, 10, true, false, true);
 }