Last modified by Alexandru Pentilescu on 2023/06/25 18:56

From version 39.1
edited by Alexandru Pentilescu
on 2022/06/09 22:46
Change comment: There is no comment for this version
To version 41.1
edited by Alexandru Pentilescu
on 2022/06/09 22:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -262,6 +262,14 @@
262 262  I intentionally left the "View" and "Comment" rights specifically allowed for "Unregistered Users" as I believe that visitors should, intrinsically, have the ability to contribute to content as they see fit, without having to register for an account. You may wish to tweak these user rights as you see fit, though.
263 263  If you will allow unregistered users to comment, though, please consider checking the checkbox below for requiring them to solve a CAPTCHA for each comment, like I did. This will prevent technically savvy individuals from writing automated scripts or bots that will access your wiki and continously and automatically keep generating machine-generated text comments. While this will not prevent humans from posting spam on your Wiki, it should prevent bots from doing so.
264 264  
265 +
266 +== Configuring an SMTP server for your XWiki ==
267 +
268 +Having a reachable SMTP server that your XWiki instance can use may come in handy, at some point.
269 +The most obvious example of this is when you forget your XWiki user's password. When this happens, you will not be able to login anymore and, if this was the password for your administrator account, then, you're out of luck.
270 +Having the option to reset your password via email will be really useful in this particular case. Of course, this implies that the email you set during your account setup is not outdated and still in your control.
271 +To configure an SMTP server, go to the "Administer Wiki" section of the hamburger menu again, then expand the "Mail" section of the options on the left side and finally click on the "Mail Sending" menu option.
272 +
265 265  = External references =
266 266  
267 267  [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]