lokale Authentifizierung mit Standard-User admin+changeme
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
<div class="login-container">
|
||||
<h2>Login</h2>
|
||||
|
||||
<form asp-action="Login" method="post">
|
||||
<form asp-controller="Auth" asp-action="Login" method="post">
|
||||
<input type="hidden" asp-for="ReturnUrl" />
|
||||
|
||||
<div>
|
||||
<label asp-for="Username"></label>
|
||||
<input asp-for="Username" />
|
||||
|
||||
Reference in New Issue
Block a user