Guillaume Lerouge wrote:
> Right now guests are presented with "you need to be logged in to use this
> feature" message bcoz I was afraid of spam thru too many people clicking
> just to see what happens.
>
> You can do it though :
>
>    1. remove the "#if($context.user == 'XWiki.XWikiGuest')" check and its
>    related "#end"
>    2. replace the $sender line with : #if($context.user == '
>    XWiki.XWikiGuest') #set($sender = 'guest') #else #set($sender =
>    $context.user.substring(6)) #end

Oops! I've just tried with guest without doing this change and it 
allowed me to send messages... :-(
Could you figure out why? From field: XWikiGuest.

I'm sending you the received message.

Greetings,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to