Changes for page XWiki User Class
Last modified by Admin on 2024/05/31 10:45
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Class properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 1.01 +XWiki 2.1
-
- Number
-
... ... @@ -1,1 +1,1 @@ 1 -2 1 +26 - Size
-
... ... @@ -1,1 +1,1 @@ 1 - 201 +30 - Custom Display
-
... ... @@ -1,12 +1,0 @@ 1 -{{velocity}} 2 -#if ($xcontext.action == 'edit' || $xcontext.action == 'inline') 3 - {{html}}<input id='$prefix$name' type='text' name='$prefix$name' value='$value' />{{/html}} 4 -#else 5 - ## Allow $obfuscateEmail to be set in some other place. 6 - #if("$obfuscateEmail" == 'false') 7 - $value 8 - #else 9 - $value.replaceAll('@.*', '@ xxxxxx') 10 - #end 11 -#end 12 -{{/velocity}} - Validation Regular Expression
-
... ... @@ -1,0 +1,1 @@ 1 +/^(([^@\s]+)@((?:[-a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))?$/