DarthOps wrote:
I've set the XWiki.AccountValidation so that it can be read by the XWikiAllGroup and also the XWikiAdminGroup but it doesn't seem to make any difference, I still get this message when I recieve the email:
Subject: Validate your account on $wikiname
Hello tom tom,
This email address was used to register a new account on ${wikiname}. If you did not make the request, please ignore this message.
In order to activate your account, please follow this link: $xwiki.getDocument("XWiki.AccountValidation").getExternalURL("view", "validkey=${validkey}&xwikiname=${xwikiname}")
Interestingly I just went into the XWikiPreferences page and selected "Rights" and deselected Prevent unregistered users from viewing pages, regardless of the page or space rights And a registration email now says: Subject: Validate your account on localhost:8080 Hello bab bab, This email address was used to register a new account on localhost:8080. If you did not make the request, please ignore this message. In order to activate your account, please follow this link: $xwiki.getDocument("XWiki.AccountValidation").getExternalURL("view", "validkey=${validkey}&xwikiname=${xwikiname}") It still doesn't give me the link and this isn't ideal because this change means that unregistered users can now view all the pages in the wiki, which defeats the point of registration! -- View this message in context: http://n2.nabble.com/Registration-Email-Error-tp2151197p2186062.html Sent from the XWiki- Users mailing list archive at Nabble.com.