1 Jul 2009 09:29
[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[19872] trunk/templates/tiki-user_preferences.tpl
Revision: 19872
http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=19872&view=rev
Author: redflo
Date: 2009-07-01 07:29:19 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
stray auth method ldap
Modified Paths:
--------------
trunk/templates/tiki-user_preferences.tpl
Modified: trunk/templates/tiki-user_preferences.tpl
===================================================================
--- trunk/templates/tiki-user_preferences.tpl 2009-06-30 22:58:49 UTC (rev 19871)
+++ trunk/templates/tiki-user_preferences.tpl 2009-07-01 07:29:19 UTC (rev 19872)
<at> <at> -50,7 +50,7 <at> <at>
{tr}Real Name{/tr}:
</td>
<td class="{cycle}">
- {if $prefs.auth_ldap_nameattr eq '' || $prefs.auth_method ne 'auth'}
+ {if $prefs.auth_ldap_nameattr eq '' || $prefs.auth_method ne 'ldap'}
<input type="text" name="realName" value="{$user_prefs.realName|escape}" />{else}{$user_prefs.realName}
{/if}
</td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
(Continue reading)
>
> On Tue, Jun 30, 2009 at 6:43 PM, Marc Laporte<
RSS Feed