diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2014-03-25 01:38:11 +0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 15:34:51 +0200 |
commit | 23ed038a27901b947b75413b966d4beab21cd2bc (patch) | |
tree | 03d7522cc0f943160a35f07dc860de741dcd5d0b /core/lostpassword/templates | |
parent | c09f5680c98d66d6e5a0fe793561194ecafed3ea (diff) | |
download | nextcloud-server-23ed038a27901b947b75413b966d4beab21cd2bc.tar.gz nextcloud-server-23ed038a27901b947b75413b966d4beab21cd2bc.zip |
Basics
Diffstat (limited to 'core/lostpassword/templates')
-rw-r--r-- | core/lostpassword/templates/lostpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index fdfa32344ec..0c2c72b40ce 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -8,7 +8,7 @@ OCP\Util::addStyle('lostpassword', 'lostpassword'); ?> </p></div> <?php else: ?> - <form action="<?php print_unescaped(OC_Helper::linkToRoute('core_lostpassword_send_email')) ?>" method="post"> + <form action="<?php //print_unescaped(OC_Helper::linkToRoute('core_lostpassword_send_email')) ?>" method="post"> <fieldset> <?php if ($_['error']): ?> <div class="error"><p> |