Ignore:
Timestamp:
07/30/08 16:04:17 (4 years ago)
Author:
hverton
Message:

added preliminary support for multiple authentication methods. Currently, local database and OpenID are supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.settings_security.tpl

    r1341 r1558  
    8888        <tr> 
    8989            <td width='50%' class='tbl'> 
     90                {$locale.537} 
     91            </td> 
     92            <td width='50%' class='tbl'> 
     93                <select name='auth_method' class='textbox'> 
     94                    <option value='0'{if $auth_method == "0"} selected="selected"{/if}>{$locale.538}</option> 
     95                    <option value='1'{if $auth_method == "1"} selected="selected"{/if}>{$locale.539}</option> 
     96                    <option value='1+'{if $auth_method == "1+"} selected="selected"{/if}>{$locale.539}{$locale.541}{$locale.538}</option> 
     97                    <option value='2'{if $auth_method == "2"} selected="selected"{/if}>{$locale.540}</option> 
     98                    <option value='2+'{if $auth_method == "2+"} selected="selected"{/if}>{$locale.540}{$locale.541}{$locale.538}</option> 
     99                    <option value='3+'{if $auth_method == "3+"} selected="selected"{/if}>{$locale.538}{$locale.542}</option> 
     100                </select> 
     101            </td> 
     102        </tr> 
     103        <tr> 
     104            <td align='center' colspan='2' class='tbl'> 
     105                <hr /> 
     106            </td> 
     107        </tr> 
     108        <tr> 
     109            <td width='50%' class='tbl'> 
    90110                {$locale.528} 
    91111            </td> 
Note: See TracChangeset for help on using the changeset viewer.