我有一个网站,所有用户都需要使用用户名和密码进行注册。今天我将phpBB论坛添加到我的网站。问题是用户需要分别注册我的网站和 phpBB 表格。我可以在他们注册我的网站的同时使用 php 添加到 phpbb_users 数据库吗?
在那种情况下,我需要知道他们在使用什么样的密码哈希user_password
,这是什么:user_email_hash, user_last_confirm_key, user_form_salt
您可以使用 phpBB 进行授权。
phpBB 中使用的散列函数可以在 include/functions.php 文件中找到。