checkPasswordHashUpgrade(final String, final Credential, final long) method

Checks the given credential to see if the password hash should be upgraded.

Syntax

boolean checkPasswordHashUpgrade ( final String rawCredential , final Credential credential , final long callerId )

Parameters

Returns

true if the password hash was upgraded, false otherwise

Usage

If so , the raw credential is hashed and saved as the new credential.

true if the password hash was upgraded, false otherwise