Recommend this page to a friend! |
All requests | > | What is the best PHP login class? | > | Request new recommendation | > | Featured requests | > | No recommendations |
by larry stanley - 1 month ago (2016-08-21)
+1 | I need to login customers with encrypted passwords, handle forgotton passwords, user registration, etc.. |
0 | by Oleg Zorin 25 - Yesterday (2016-10-12) Comment Class provide basic user routine. User password hash generated using random salt. So each user password hash has its own salt (even in case of two passwords for one user). You can use it as is (just add required fields in class $_definition variable) or you can get ideas of method realization and use them in your own class. |
Recommend package | |
|