Unclassified NewsBoard Code Reference

UnbCreateUserPassword function

Create a new user password

function UnbCreateUserPassword ($pass, $inclmethod = false);

Parameters:

pass
(string) plaintext password to convert to hash value
inclmethod  –  optional, default: false
(bool) include method name into output

Return value:

(string) password hash value

Remarks:

Supports multiple password hash methods.

Implementation file: unb_lib/session.lib.php, line 102

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.