可以在mysql中使用php的password_hash()吗?

时间:2016-10-10 17:13:16

标签: php mysql phpmyadmin

表用户有字段'用户名''密码''级别' 字段'level'有两个值'student'和'teacher'

当教师将学生插入表'学生'时,它会触发插入表'用户'并带有值 'new.username''password_hash(new.username,PASSWORD_DEFAULT)''student'

所以教师只需输入学生的数据,然后自动为学生创建登录数据 学生可以使用用户名“用户名”和“密码”登录,他们可以在登录后更改密码

*注意,来自http://php.net/manual/en/function.password-hash.php的密码_hash()

0 个答案:

没有答案