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/main.edit_profile.tpl

    r1520 r1558  
    3737            {/if} 
    3838        {/if} 
     39        {if $auth_userpass} 
    3940        <tr> 
    4041            <td class='tbl'> 
     
    4546            </td> 
    4647        </tr> 
     48        {/if} 
    4749        <tr> 
    4850            <td class='tbl'> 
     
    5355            </td> 
    5456        </tr> 
     57        {if $auth_userpass} 
    5558        <tr> 
    5659            <td class='tbl'> 
     
    6871            </td> 
    6972        </tr> 
     73        {/if} 
     74        {if $auth_openid} 
     75        <tr> 
     76            <td class='tbl'> 
     77                {$locale.u066}</td> 
     78            <td class='tbl'> 
     79                <input type='text' name='user_openid_url' value='{$this_userdata.user_openid_url}' maxlength='200' class='textbox' style='width:275px;background: url({$smarty.const.IMAGES}openid_small_logo.png) no-repeat; padding-left: 18px;' /> 
     80            </td> 
     81        </tr> 
     82        {/if} 
    7083        <tr> 
    7184            <td class='tbl'> 
Note: See TracChangeset for help on using the changeset viewer.