Confluence Sign-up/password reset email doesn't render and break links in Lotus Notes

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

The "Reset Password" button in the email is not shown but clickable.


Cause

There seems to be a compatibility problem with Lotus Notes. This bug was tracked here :  CONF-33475 - Getting issue details... STATUS

Workaround

Kudos to Tihomir Nikolov for suggesting the workaround :

Please change the following style:

.aui-button-email-container .aui-button-email-link {
color: #FF;
font-weight: bold;
padding: 6px;

to

.aui-button-email-container .aui-button-email-link {
color: #110EF5;
font-weight: bold;
padding: 6px;

of aui-button-email-link in the all-clients.css, found in confluence-email-notifications-plugin-6.1.21.jar. (Your .jar version may vary depends on your version)

 

Last modified on Aug 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.