Function Hook_cns_auth_wordpress->auth
Definitions
sources/hooks/systems/cns_auth/wordpress.php
- Try and authenticate for our password compatibility scheme.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$username | SHORT_TEXT | required parameter | N/A | N/A | The member username |
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
$password_raw | string | required parameter | N/A | N/A | The raw password |
$row | array | required parameter | N/A | N/A | Row of Conversr account |
Return
- Error message (null: none)
- Type: ?Tempcode
- Set: N/A
- Range: N/A