Textpattern | PHP Cross Reference | Content Management Systems |
Description: Generates a password.
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Generator:: (2 methods):
getCharacterTable()
generate()
getCharacterTable() line: 47 |
Gets the character table. return: array |
generate($length) line: 62 |
Generates a random password. <code> echo Txp::get('\Textpattern\Password\Generator')->generate(16); </code> return: string The password param: int $length The length of the generated password |
title