\TriTan\Interfaces\PasswordPasswordSetRepositoryInterface

Summary

Methods
Constants
set()
No constants found
No protected methods found
N/A
No private methods found
N/A

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