API17

API17:JUserHelper::genRandomPassword

From Joomla! Documentation

Joomla 11.1 JUserHelper::genRandomPassword

Description

Generate a random password.


public static function genRandomPassword ($length=8)
Parameter Type Default Description
$length int 8 Length of the password to generate
  • Returns string Random Password
  • Defined on line 471 of libraries/joomla/user/helper.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples