summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-24 09:23:25 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-06-01 12:15:10 +0200
commit69e54bde1f065b220a9b083060c5b7c45dec6483 (patch)
tree88cf96575868be8cccbae0f3a61c4eb4ace6acfb /core/templates
parent9070fd2c03c2c922065baa7cd903ed6e97c2d514 (diff)
downloadnextcloud-server-69e54bde1f065b220a9b083060c5b7c45dec6483.tar.gz
nextcloud-server-69e54bde1f065b220a9b083060c5b7c45dec6483.zip
Allow opening the password reset link in a new window when its a URL
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index a12008295c4..57ced760088 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -57,7 +57,7 @@ script('core', [
</p>
<?php if (!empty($_['invalidpassword']) && !empty($_['canResetPassword'])) { ?>
- <a id="lost-password" class="warning" href="">
+ <a id="lost-password" class="warning" href="<?php p($_['resetPasswordLink']); ?>">
<?php p($l->t('Wrong password. Reset it?')); ?>
</a>
<?php } else if (!empty($_['invalidpassword'])) { ?>