1
0
Fork 0
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:
Ylian Saint-Hilaire 2018-09-06 15:58:34 -07:00
parent b6bbe71c2a
commit e39157b0ad
4 changed files with 107 additions and 66 deletions

View file

@ -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() {