Skip to content

Commit 1ff8e7c

Browse files
Update security.rst
1 parent 84f7ce3 commit 1ff8e7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,13 +768,13 @@ Finally, create or update the template:
768768

769769
<form action="{{ path('app_login') }}" method="post">
770770
<label for="username">Email:</label>
771-
<input type="text" id="username" name="_username" value="{{ last_username }}"/>
771+
<input type="text" id="username" name="_username" value="{{ last_username }}">
772772

773773
<label for="password">Password:</label>
774-
<input type="password" id="password" name="_password"/>
774+
<input type="password" id="password" name="_password">
775775

776776
{# If you want to control the URL the user is redirected to on success
777-
<input type="hidden" name="_target_path" value="/account"/> #}
777+
<input type="hidden" name="_target_path" value="/account"> #}
778778

779779
<button type="submit">login</button>
780780
</form>

0 commit comments

Comments
 (0)