php / web-pecl

The PECL website
http://pecl.php.net
Other
31 stars 31 forks source link

Refactor authentication functions to class #61

Closed petk closed 5 years ago

petk commented 5 years ago

This patch moves authentication functions to a new Auth class with PHP 5.6 support.

Additionally the md5() password checking has been replaced with newer password_hash when editing passwords on user account page.