1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/11327] Use U_ prefix for reset password URL template variable

PHPBB3-11327
This commit is contained in:
Marc Alexander
2019-08-26 18:14:39 +02:00
parent 7a3e351178
commit 454ea081f1
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<!-- INCLUDE overall_header.html -->
<form action="{{ S_PROFILE_ACTION }}" method="post" id="reset_password">
<form action="{{ U_RESET_PASSWORD_ACTION }}" method="post" id="reset_password">
<div class="panel">
<div class="inner">