Jump to content

Хэширование пароля IPS 4.4.x

Featured Replies

Posted
comment_159695

Здравствуйте, хотим сделать прямую интеграцию с форумом. Можете подсказать генерацию пароля? 

comment_159697
$this->members_pass_hash = password_hash( $password, PASSWORD_DEFAULT );

if ( password_verify( $password, $member->members_pass_hash ) === TRUE )
{
	return TRUE;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.