diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-09-25 23:33:22 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-09-26 21:17:26 +0200 |
commit | 950d4e1da498b7c928b5f6e1cbcca8e57ddecb0c (patch) | |
tree | d42e5abbd98e8e27fdb8b37722593f7354e89cf0 /core/templates/login.php | |
parent | aae6881494af7ada98301667c133272a345ef8f0 (diff) | |
download | nextcloud-server-950d4e1da498b7c928b5f6e1cbcca8e57ddecb0c.tar.gz nextcloud-server-950d4e1da498b7c928b5f6e1cbcca8e57ddecb0c.zip |
Move lostpassword code to own app
Diffstat (limited to 'core/templates/login.php')
-rw-r--r-- | core/templates/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php index 717f6bcabda..c8a86d71a91 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -1,7 +1,7 @@ <form action="index.php" method="post"> <fieldset> <?php if($_['error']): ?> - <a href="index.php?lostpassword"><?php echo $l->t('Lost your password?'); ?></a> + <a href="lostpassword/index.php"><?php echo $l->t('Lost your password?'); ?></a> <?php endif; ?> <?php if(empty($_["username"])): ?> <input type="text" name="user" id="user" placeholder="Username" value="" autocomplete="off" required autofocus /> |