Changeset 2095 in ExiteCMS for trunk/login.php


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/login.php

    r1936 r2095  
    4040 
    4141// get which authentication to show 
    42 $variables['auth_methods'] = explode(",",$settings['auth_type']); 
     42$variables['auth_methods'] = explode(",",$settings['authentication_selected']); 
    4343$variables['method_count'] = count($variables['auth_methods']); 
    4444$variables['auth_state'] = array(); 
Note: See TracChangeset for help on using the changeset viewer.