Hello, I amended the RegisterUserTemplate.html file (see below), but when I added a user I was greeted by the "Something bad happen[ed]" screen. This wicket code is confusing me a bit because I don't really know where to put my amendments. First, I added the lines shown below inside the <wicket:extend> block, and then outside. Both failed.
</wicket:extend> <div><p>Follow this URL to login. If this is your first time logingg in, change your password first.</p> <a href="https://www.otqhd.com:5443/openmeetings/">Log in / Change password</a> </html> I amended the file after stopping all of the Om related servers. Thanks, Lee On Tue, Aug 31, 2021 at 8:04 AM Lee But <leesenglishless...@gmail.com> wrote: > Okay. Thank you for the links. > > On Tue, Aug 31, 2021 at 5:07 AM seba.wag...@gmail.com < > seba.wag...@gmail.com> wrote: > >> Hi Lee, >> >> I think you should be able to follow this guide: >> https://openmeetings.apache.org/EditTemplates.html >> >> It leads you to those files (but on your local installation) >> https://github.com/apache/openmeetings/tree/master/openmeetings-service/src/main/java/org/apache/openmeetings/service/mail/template >> >> >> Which you can then edit and restart your local server. Just don't forget >> to back them up when you upgrade to a new version :) >> >> Thanks >> Seb >> >> Sebastian Wagner >> Director Arrakeen Solutions, OM-Hosting.com >> http://arrakeen-solutions.co.nz/ >> https://om-hosting.com - Cloud & Server Hosting for HTML5 >> Video-Conferencing OpenMeetings >> >> <https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url> >> <https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url> >> >> >> On Tue, 31 Aug 2021 at 15:50, Lee But <leesenglishless...@gmail.com> >> wrote: >> >>> Hello, >>> I'd like to change the account details e-mail template to include the >>> login page, as the current one does not provide a link for the user to log >>> in: >>> >>> [image: image.png] >>> Which template is that? I know nothing about wicket., so I don't know >>> where the text is pulled from. >>> >>> Thanks, >>> Lee. >>> >>>