Store password as hash
Resolves T117
This commit is contained in:
parent
5e45579ef1
commit
fb937319db
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
$username = "example";
|
||||
$password = "example";
|
||||
$username = "test";
|
||||
$password = '$2y$12$nHitKTwHqU4GmI3ADVE05eH/723fCNgdQ65kQ53FyZUVVB03BjfCO';
|
||||
|
|
Reference in a new issue