Actions
Feature proposal #1443
closedAdd the login without password to CB API
Updated by beat almost 15 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
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.
Updated by beat almost 15 years ago
- Project changed from Facebook Connect CB Plugin to CB
- Target version deleted (
1.0 B1)
Actions