Steps to reproduce
- Login as Admin
- (Optional): set a custom avatar to Admin profile
- Setup the Mail Sending on the instance
- Create an user (e.g. U1) with a valid email address
- Login as the user
- Click on the Notifications Bell and turn ON all Watch Notification Toggles
- Login as Admin
- Create a page (e.g. 'Pag1') and save it
- Edit the page again, add some content and save it
- Comment on the page
- Go to <server>/xwiki/bin/view/Scheduler/ and click on "Trigger" button for the 'Notifications daily email' job
- Observe the notification events in the email received by the user
Actual results The user's avatar (who performed the respective events) is displayed in the notifications events description from the mail received by the user. Expected results The events description do not display the user (Admin) avatar, is displayed only the name of the user instead followed by a link to the user's profile (which in XWiki 15.10 is underlined and appears in a darker blue compared to 15.7 for ex, where the link to the profile is not underlined and it's a lighter blue, tested on Firefox 121), see the attached screenshots. The issue reproduces as well on XWiki 15.10.3 and could not be reproduced on XWiki 15.7, 15.5.4 or 14.10.20 (where XWIKI-21589 was not present). |