We are using Shibboleth authentication and every new user gets a Confluence account created automatically via SOAP API. In 4.3 every new user gets an email notication with a link to change the password. When using Shibboleth changing the password does not make sense. How can we prevent the email notification or at least change the text of it?
Hi Erkki,
You'll want to look at https://confluence.atlassian.com/display/DOC/Customising+the+eMail+Templates
There is a default email message that is going out which you can customize the template for. In your <confluence-install>/confluence directory live several email velocity templates. Match the email you're wanting to change with the correct template and make the changes you want.
I finally decided to change the script that creates the users. The user is first created with a dummy email address that directs to /dev/null, then correct address is set afterwards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.