* Issue #163 - password reset warnings
* Fix errors showing when accounts don't have an email. Fix errors when sending an email on password reset. Prevent PHPMailer trying to use TLS when it's disabled.
Co-authored-by: Brian Lycett <brian.lycett.nonstaff@which.co.uk>
* Custom email body (#51)
* get email body from ENV
* read subject from env
* html mail
* replace special string with username and password
* missing ;
* more str_replace
* utf8 in mail
* typo
* docs
* fix var
* count accounts
* fix print
* Add the ability to set the server path. Get directed to the appropriate module when you log in.
* Fixes to allow overriding attribute labels properly
* Fix server_path in various places, update to cookies use 'samesite', include boostrap and queryjs files so LUM can run without internet access.
Co-authored-by: Monsieur X <xgaia@gmx.com>