Skip to content

Fix the password_verify function #13

@MichaelAceAnderson

Description

@MichaelAceAnderson

The password_verify function seems not to work properly under a Unix-like operating system (especially MacOS).

Meanwhile, to work around this problem, do not use password_hash when creating an account in model/UserModel.php and compare the passwords directly without password_verify in controller/UserController.php.

Metadata

Metadata

Labels

bug/to-fixSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions