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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user