From 7c086dc8adfbfbab779d55ff9cdb4cd6e7a56237 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Mar 2022 00:12:35 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- docs/8.0/ayanova/docs/ay-evaluate.md | 4 ++++ server/AyaNova/resource/de.json | 3 +-- server/AyaNova/resource/en.json | 3 +-- server/AyaNova/resource/es.json | 3 +-- server/AyaNova/resource/fr.json | 3 +-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2c3525c1..7c905164 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "AYANOVA_DATA_PATH": "c:\\temp\\ravendata", "AYANOVA_USE_URLS": "http://*:7575;", //"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true", - "AYANOVA_SERVER_TEST_MODE": "false", + "AYANOVA_SERVER_TEST_MODE": "true", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8", //"AYANOVA_REPORT_RENDERING_TIMEOUT":"1", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", diff --git a/docs/8.0/ayanova/docs/ay-evaluate.md b/docs/8.0/ayanova/docs/ay-evaluate.md index 7eb1b0fc..b71f354b 100644 --- a/docs/8.0/ayanova/docs/ay-evaluate.md +++ b/docs/8.0/ayanova/docs/ay-evaluate.md @@ -44,6 +44,10 @@ This setting exists to generate data within your local time zone's typical work This field is automatically set based on the time zone of your device but can be set to any time zone offset desired. +### Set all sample email addresses to this + +This optional setting will override the usual random sample email addresses generated and instead set every object that can have an email address to the value entered here. Used for simplifying testing of notification system to ensure all emails sent go to only one email address. Must be in the format of a valid email address. + ### Start job The start job button will prompt if you're certain as this operation will erase any existing data. Once confirmed, the server will start the data generation job. While data is generating the server will be locked from access. diff --git a/server/AyaNova/resource/de.json b/server/AyaNova/resource/de.json index cce680a4..c7fe576d 100644 --- a/server/AyaNova/resource/de.json +++ b/server/AyaNova/resource/de.json @@ -349,8 +349,7 @@ "ErrorUserNotAuthenticated": "Nicht authentifiziert (E16)", "ErrorUserNotAuthorized": "Nicht autorisiert", "Evaluate": "Bewerten", - "EvaluateAppendPassword": "Append this text to all sample User passwords (optional)", - "EvaluateForceEmail": "Set all email addresses to this (optional)", + "EvaluateForceEmail": "Setzen Sie alle Beispiel-E-Mail-Adressen auf diese (optional)", "EvaluationGuide": "Bewertungsleitfaden", "EvaluationRequestReceived": "Anfrage erhalten, überprüfen Sie Ihre E-Mail zur Bestätigung", "Event": "Veranstaltung", diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 9a1c8771..6b63a09c 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -349,8 +349,7 @@ "ErrorUserNotAuthenticated": "Not authenticated (E16)", "ErrorUserNotAuthorized": "Not authorized", "Evaluate": "Evaluate", - "EvaluateAppendPassword": "Append this to all sample User passwords (optional)", - "EvaluateForceEmail": "Set all email addresses to this (optional)", + "EvaluateForceEmail": "Set all sample email addresses to this (optional)", "EvaluationGuide": "Evaluation guide", "EvaluationRequestReceived": "Request received, check your email for verification", "Event": "Event", diff --git a/server/AyaNova/resource/es.json b/server/AyaNova/resource/es.json index 92628d85..65c0e44e 100644 --- a/server/AyaNova/resource/es.json +++ b/server/AyaNova/resource/es.json @@ -349,8 +349,7 @@ "ErrorUserNotAuthenticated": "No autenticado (E16)", "ErrorUserNotAuthorized": "No autorizado", "Evaluate": "Evaluar", - "EvaluateAppendPassword": "Append this text to all sample User passwords (optional)", - "EvaluateForceEmail": "Set all email addresses to this (optional)", + "EvaluateForceEmail": "Establezca todas las direcciones de correo electrónico de muestra en esto (opcional)", "EvaluationGuide": "Guía de evaluación", "EvaluationRequestReceived": "Solicitud recibida, verifique su correo electrónico para verificar", "Event": "Evento", diff --git a/server/AyaNova/resource/fr.json b/server/AyaNova/resource/fr.json index 9f11ae13..f9c43d6c 100644 --- a/server/AyaNova/resource/fr.json +++ b/server/AyaNova/resource/fr.json @@ -349,8 +349,7 @@ "ErrorUserNotAuthenticated": "Non authentifié (E16)", "ErrorUserNotAuthorized": "Non autorisé", "Evaluate": "Évaluer", - "EvaluateAppendPassword": "Append this text to all sample User passwords (optional)", - "EvaluateForceEmail": "Set all email addresses to this (optional)", + "EvaluateForceEmail": "Définissez tous les exemples d'adresses e-mail sur ceci (facultatif)", "EvaluationGuide": "Guide d'évaluation", "EvaluationRequestReceived": "Demande reçue, vérifiez votre e-mail pour terminer le processus de vérification", "Event": "Un événement",