Retrieves a password hash from an unenrypted string/password value.
This method is used internally to encrypt passwords during Save operations. By default this method looks for a ~~ postfix and if it finds it uses that value as a hash. The llForce
parameter forces the password to be rehashed explicitly.
o.GetPasswordHash(lcPassword,llForce)
Parameters
lcPassword
The unencrypted password to encrypt.
llForce
Forces the password to be rehashed regardless of a ~~ post fix. Don't use this parameter unless you have a very good reason to do so.
See also:
Class wwUserSecurity© West Wind Technologies, 1996-2024 • Updated: 02/21/18
Comment or report problem with topic