Try and authenticate for our password compatibility scheme.
?tempcode
auth
(?SHORT_TEXT $username, ?MEMBER $userid, MD5 $password_hashed, string $password_raw, boolean $cookie_login, array $row)
-
?SHORT_TEXT
$username: The member username (NULL: don't use this in the authentication - but look it up using the ID if needed)
-
?MEMBER
$userid: The member id (NULL: use member name)
-
MD5
$password_hashed: The md5-hashed password
-
string
$password_raw: The raw password
-
boolean
$cookie_login: Whether this is a cookie login
-
array
$row: Row of OCF account