From 62855c08ffbc7697e43f8aeca42095add8b84986 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 19 Sep 2016 18:40:47 +0200 Subject: Require confirmation when changing the email settings Signed-off-by: Joas Schilling --- settings/Controller/MailSettingsController.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'settings/Controller') diff --git a/settings/Controller/MailSettingsController.php b/settings/Controller/MailSettingsController.php index 84423aa8e29..108ac3f393a 100644 --- a/settings/Controller/MailSettingsController.php +++ b/settings/Controller/MailSettingsController.php @@ -73,6 +73,9 @@ class MailSettingsController extends Controller { /** * Sets the email settings + * + * @PasswordConfirmationRequired + * * @param string $mail_domain * @param string $mail_from_address * @param string $mail_smtpmode @@ -116,6 +119,9 @@ class MailSettingsController extends Controller { /** * Store the credentials used for SMTP in the config + * + * @PasswordConfirmationRequired + * * @param string $mail_smtpname * @param string $mail_smtppassword * @return array -- cgit v1.2.3 >3rdparty/stable28/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: daf528e2cf7dac373abb746c490419fc573ed3fc (plain)
1
2
3
4
5
6
7
8
9