mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Improved email system, mail templates in /meshcentral-data/mail-templates
This commit is contained in:
parent
b6bbe71c2a
commit
e39157b0ad
4 changed files with 107 additions and 66 deletions
|
@ -171,7 +171,7 @@
|
|||
'use strict';
|
||||
var passhint = "{{{passhint}}}";
|
||||
var newAccountPass = parseInt('{{{newAccountPass}}}');
|
||||
var emailCheck = parseInt('{{{emailcheck}}}');
|
||||
var emailCheck = ('{{{emailcheck}}}' == 'true');
|
||||
var features = parseInt('{{{features}}}');
|
||||
|
||||
function startup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue