@maxim, the email sent after admin creating a user is this one, which is why we had the discussion about creating a template before: [image: image.png] @Denis, thanks Denis. Yes, I followed Alvaro's tutorial for Debian 10. OM is installed on a VPS with Debian 10. All the required servers were installed with OM.
@alvaro, I do not see your message in the thread, even when expanded, so I can't get the attachment. I saw your message on what was posted with @Denis's response. The instructions in the tutorial use sudo to start the servers, so I did the same in the script, I'll look into the stop sequence. Thanks for that. [image: image.png] Thank you all for your help, Lee On Wed, Sep 1, 2021 at 7:16 AM Denis Noctor <denisnoc...@gmail.com> wrote: > Exactly. > > Sent from my iPhone > > > On Sep 1, 2021, at 2:12 AM, Alvaro <zurca...@gmail.com> wrote: > > > > Hello Lee, > > > > That script to stop all servers will not work. > > KMS must be stopped before docker, and without > > sudo for any server. > > > > Please take a look the attached script > > called "stop_todo", > > > > ...and save the order of the servers stop. > > > > > > ............ > > > > > > On Wed, 1 Sep 2021 01:27:10 +0000 > > Lee But <leesenglishless...@gmail.com> wrote: > > > >> Hello Sebastian, > >> Thank you for your answers. > >> > >> Yes, I made a bash script to stop the servers that are mentioned in the > >> installation tutorial from the openmeetings site: > >> sudo /etc/init.d/mysql stop > >> sudo /etc/init.d/coturn stop > >> sudo /etc/init.d/docker stop > >> sudo docker stop kms > >> sudo /etc/init.d/tomcat34 stop > >> > >> This is the first time I've had a VPS, set it up and installed > OpenMeetings > >> on it, so I have no idea about how to change the ports in OM, nor which > >> component determines the port. > >> I just followed the tutorial, which I assumed was following best > practices, > >> since it is linked to from OpenMeetings. > >> > >> Regards, > >> Lee > >> > >> On Tue, Aug 31, 2021 at 10:40 PM seba.wag...@gmail.com < > >> seba.wag...@gmail.com> wrote: > >> > >>> Are you sure that you have stopped and restarted all servers before > >>> changing the template ? > >>> > >>> Maybe just put in some other markup into this and other files and also > in > >>> other positions of the template. Until you find the one you want to > edit. > >>> > >>> Also might be useful to move your installation from port 5443 to just > >>> default https port (443). Some corporate firewalls do not allow traffic > >>> other then standard ports. > >>> > >>> 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 Wed, 1 Sept 2021 at 03:21, Lee But <leesenglishless...@gmail.com> > >>> 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 <leesenglishless...@gmail.com > > > >>>> 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 < > 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. > >>>>>>>> > >>>>>>>> > > > > > > -- > > > > <stop_todo> >