This repository has been archived on 2022-02-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rangitaki/rcc/password.php
Marcel Kapfer (mmk2410) fb937319db Store password as hash
Resolves T117
2016-05-17 22:37:36 +02:00

3 lines
102 B
PHP

<?php
$username = "test";
$password = '$2y$12$nHitKTwHqU4GmI3ADVE05eH/723fCNgdQ65kQ53FyZUVVB03BjfCO';