Documentation

PasswordStrengthValidator
in package

Table of Contents

Constants

STRONG_PASSWORD_SCORE  = 4

Methods

GeneratePassword()  : mixed
ScorePassword()  : int

Constants

Methods

GeneratePassword()

public static GeneratePassword(mixed $length[, mixed $pool = "ABCDEFGHIJKLMNOPQRSTUVWXYZ!.-?%abcdefghijklmnopqrstuvwxyz0123456789!.-?%$" ]) : mixed
Parameters
$length : mixed
$pool : mixed = "ABCDEFGHIJKLMNOPQRSTUVWXYZ!.-?%abcdefghijklmnopqrstuvwxyz0123456789!.-?%$"

ScorePassword()

public static ScorePassword(mixed $password) : int
Parameters
$password : mixed
Return values
int

        
On this page

Search results