diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 17:24:58 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-12 15:19:53 -0500 |
commit | 1f962f91154b04c5ec49df14a3e0aa2f4905e1c6 (patch) | |
tree | b14c931198014bfc26fdbca420889fb26dc5eb91 /core/templates | |
parent | b3b24172e48d11e1247db84bfec5b6650883a7a4 (diff) | |
download | nextcloud-server-1f962f91154b04c5ec49df14a3e0aa2f4905e1c6.tar.gz nextcloud-server-1f962f91154b04c5ec49df14a3e0aa2f4905e1c6.zip |
Update email template for lost password email
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/lostpassword/email.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/templates/lostpassword/email.php b/core/templates/lostpassword/email.php deleted file mode 100644 index 3ca424d5294..00000000000 --- a/core/templates/lostpassword/email.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -/** - * @author Christopher Schäpers <kondou@ts.unde.re> - * - * @copyright Copyright (c) 2016, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ -echo str_replace('{link}', $_['link'], $l->t('Use the following link to reset your password: {link}')); |