Timothy J Warren 58970e1c33 Use renamed 'hash_password' function, instead of 'password_hash'
The original function was 'password_hash', but a function with the same
name was added to core PHP, and rather than debugging integration with
the new native function, this preserves the application's original function with less fuss.
2019-02-08 13:51:51 -05:00
..