On Jun 19, 2008, at 5:40 PM, jvdrean (SVN) wrote:
Author: jvdrean Date: 2008-06-19 17:40:19 +0200 (Thu, 19 Jun 2008) New Revision: 10467
Modified: xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/ XWiki/XWikiUserSheet Log: XWIKI-1730 : Allow Admin to reset users' passwords
is there a test for this one? Thanks -Vincent
Fixed typo.
Modified: xwiki-products/xwiki-enterprise/trunk/wiki/src/main/ resources/XWiki/XWikiUserSheet =================================================================== --- xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/ XWiki/XWikiUserSheet 2008-06-19 15:36:44 UTC (rev 10466) +++ xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/ XWiki/XWikiUserSheet 2008-06-19 15:40:19 UTC (rev 10467) @@ -78,7 +78,7 @@ ##------------------------------------------------------------------ #set($i = $context.user.indexOf(":")+1) #set($isMyProfile = ($doc.fullName == $context.user.substring($i)) && ($context.action == "view")) - #if($isMyprofile || $xwiki.hasAdminRights()) + #if($isMyProfile || $xwiki.hasAdminRights()) #if($isMyProfile) #set($msgKeyEditSuffix = ".mine") #end