forked from kevinowino869/mitrobill
Testing CSRF from admin login, if works well then we will make it official
This commit is contained in:
committed by
Ibnu Maksum
parent
bd30261e84
commit
99e8b20bb3
@ -24,6 +24,7 @@
|
||||
{$notify}
|
||||
{/if}
|
||||
<form action="{$_url}admin/post" method="post">
|
||||
<input type="hidden" name="csrf_token" value="{$csrf_token}">
|
||||
<div class="form-group has-feedback">
|
||||
<input type="text" required class="form-control" name="username" placeholder="{Lang::T('Username')}">
|
||||
<span class="glyphicon glyphicon-user form-control-feedback"></span>
|
||||
|
Reference in New Issue
Block a user