Ignore:
Timestamp:
12/07/08 01:22:46 (3 years ago)
Author:
WanWizard
Message:

updated the authentication system to allow new authentication methods to be 'plugged in'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_info_panel/user_info_panel.php

    r2079 r2095  
    8080 
    8181// get which authentication to show 
    82 $variables['auth_methods'] = explode(",",$settings['auth_type']); 
     82$variables['auth_methods'] = $GLOBALS['cms_authentication']->selected; 
    8383$variables['method_count'] = count($variables['auth_methods']); 
    8484$variables['auth_state'] = array(); 
Note: See TracChangeset for help on using the changeset viewer.