JUserHelper::genRandomPassword
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JUserHelper::genRandomPassword[edit]
Description[edit]
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
- Referenced by
See also[edit]
JUserHelper::genRandomPassword source code on BitBucket
Class JUserHelper
Subpackage User
- Other versions of JUserHelper::genRandomPassword
User contributed notes[edit]
Code Examples[edit]