From b7fb6bcdd9e961dbc0269f8fd02211764bf293b4 Mon Sep 17 00:00:00 2001 From: trendschau Date: Wed, 3 Jan 2024 14:19:05 +0100 Subject: [PATCH] v 2.1 add more info to security features into system.yaml --- system/typemill/settings/system.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/typemill/settings/system.yaml b/system/typemill/settings/system.yaml index dce332b..46e215e 100644 --- a/system/typemill/settings/system.yaml +++ b/system/typemill/settings/system.yaml @@ -189,6 +189,7 @@ fieldsetrecover: type: checkbox label: 'Recover password' checkboxlabel: 'Activate a password recovery in the login form.' + description: "Be aware that some providers might reject emails send with this feature (php-mail)." recoversubject: type: text label: 'Email subject' @@ -197,6 +198,7 @@ fieldsetrecover: recovermessage: type: textarea label: 'Text before recover link in email message' + descriptiion: 'The recover-link will be active for 24 hours.' maxlength: 2000 fieldsetsecurity: type: fieldset @@ -210,7 +212,7 @@ fieldsetsecurity: type: checkbox label: 'Authentication code (recommended)' checkboxlabel: 'Send a 5-digit authentication code by email to confirm login.' - description: 'The authentication code will be valid for 5 minutes. Be aware that device fingerprints will be stored in the user accounts. Make sure this complies with privacy legislation in your country.' + description: 'Please test this with your account first. If you do not get an email, make sure you have ftp-access to the server to disable the feature in the settings.yaml manually. The authentication code will be valid for 5 minutes. Be aware that device fingerprints will be stored in the user accounts. Make sure this complies with privacy legislation in your country.' authcaptcha: type: radio label: 'Use captcha in authentication forms'