\TriTan\CommonPasswordSetMapper

Summary

Methods
Properties
Constants
__construct()
set()
$db
$hasher
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$db

$db : 

Type

$hasher

$hasher : 

Type

Methods

set()

set(string  $password, integer  $user_id) : mixed

Used by PasswordCheck::check() in order to rehash an old password that was hashed using MD5 function.

Parameters

string $password

User password.

integer $user_id

User ID.

Returns

mixed