Actions
Feature proposal #1443
closedAdd the login without password to CB API
Feature proposal #1443:
Add the login without password to CB API
Actions
Added by beat about 16 years ago. Updated about 16 years ago.
Added it in r866 with strictly BOOLEAN $password === false parameter to:
$_CB_framework->login( 'username', false );
(without the events)
and to:
CBAuthentication->login( 'username', false );
(with all events)
methods.