SproutCMS

This is the code documentation for the SproutCMS project

function password()

Validate password by length, type of characters, and list of common passwords

Usage

void Validity::password ( string $val );

Example

$valid->check('password', 'Validity::password')

Arguments

  1. string $val
    Password to validate

Exceptions thrown

Return value

  • void