Clears the authentication cookie, logging the user out. This function is deprecated.
3473
Continue readingClears the authentication cookie, logging the user out. This function is deprecated.
3473
Continue readingChecks the plaintext password against the encrypted Password.Maintains compatibility between old version and the new cookie authentication protocol using PHPass library. The $hash parameter is the encrypted password and the function compares the plain text password when encrypted similarly against the already encrypted password to see if they match.
3469
Continue reading