diff --git a/templates/login.tpl b/templates/login.tpl
index 499b54c..0ea23b4 100644
--- a/templates/login.tpl
+++ b/templates/login.tpl
@@ -39,9 +39,7 @@
 						<!-- IF allowRegistration -->
 						<span>[[login:dont_have_account]] <a href="{config.relative_path}/register">[[register:register]]</a></span>
 						<!-- ENDIF allowRegistration -->
-						<!-- IF showResetLink -->
 						&nbsp; <a id="reset-link" href="{config.relative_path}/reset">[[login:forgot_password]]</a>
-						<!-- ENDIF showResetLink -->
 					</div>
 				</div>
 			</form>