Changeset 2096 in ExiteCMS


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

updated the login panel to use the new authentication system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/login_panel/php-files/modules/login_panel/login_panel.php

    r2080 r2096  
    2727 
    2828// get which authentication to show 
    29 $variables['auth_methods'] = isset($settings['auth_type']) ? explode(",",$settings['auth_type']) : array('local'); 
     29$variables['auth_methods'] = $GLOBALS['cms_authentication']->selected; 
    3030$variables['method_count'] = count($variables['auth_methods']); 
    3131$variables['auth_state'] = array(); 
Note: See TracChangeset for help on using the changeset viewer.