Changes for page XWiki Users
Last modified by bougault on 2022/12/20 15:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,7 +12,7 @@ 12 12 #set($obj = $userDoc.getObject("XWiki.XWikiUsers")) 13 13 $obj.set("email", "zaza") 14 14 #set($lastName = $obj.get("last_name").substring(0,1).toUpperCase()) 15 -$obj.set("last_name", $lastName .concat("."))15 +$obj.set("last_name", $lastName) 16 16 $userDoc.save() 17 17 18 18 ##$userDoc.setValue("email", "zaza")