Jump to content

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

Featured Replies

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

Link to comment
https://ipbmafia.ru/topic/21787-heshirovanie-parolya-ips-44x/
Share on other sites
$this->members_pass_hash = password_hash( $password, PASSWORD_DEFAULT );

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

 

Link to comment
https://ipbmafia.ru/topic/21787-heshirovanie-parolya-ips-44x/?&do=findComment&comment=159697
Share on other sites

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.