It's the admin created template I want to change, so it has a link to the log in page.
On Wed, Sep 1, 2021 at 6:13 AM Maxim Solodovnik <[email protected]> wrote: > The template looks OK > your custom content should be moved before </wicket:extend> > > Modified email should be send on user self-registration (if correspondent > configs are enabled) > > What is not working? :) > > On Wed, 1 Sept 2021 at 12:44, Lee But <[email protected]> > wrote: > >> @sebastian, I guess this is for people who are network/backend experts. >> I did change instances of 5443 to 443 that were already uncommented, but >> then OM was not accessible at all. Changed it back. >> >> @Maxim, I have attached a copy of the file I changed. >> Thank you. >> >> On Wed, Sep 1, 2021 at 2:41 AM Maxim Solodovnik <[email protected]> >> wrote: >> >>> Please share a complete version of the template >>> so far I don't understand what was changed :( >>> >>> On Tue, 31 Aug 2021 at 22:21, Lee But <[email protected]> >>> wrote: >>> >>>> I realised that I hadn't closed the <div> block. >>>> Changing that template did nothing to what was emailed, so I don't know >>>> which template I need to amend. >>>> >>>> >>>> On Tue, Aug 31, 2021 at 2:56 PM Lee But <[email protected]> >>>> wrote: >>>> >>>>> 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 <[email protected]> >>>>> wrote: >>>>> >>>>>> Okay. Thank you for the links. >>>>>> >>>>>> On Tue, Aug 31, 2021 at 5:07 AM [email protected] < >>>>>> [email protected]> 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 <[email protected]> >>>>>>> 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. >>>>>>>> >>>>>>>> >>> >>> -- >>> Best regards, >>> Maxim >>> >> > > -- > Best regards, > Maxim >
