mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 12:55:25 +00:00
Switched sensetive requests to post
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>Register</h1>
|
||||
<form action="http://localhost:3000/register" method="GET">
|
||||
<form action="http://localhost:3000/register" method="POST">
|
||||
<span class="input_row">Username: <input name="login" type="text"></span>
|
||||
<span class="input_row">Password: <input name="pass" type="password"></span>
|
||||
<input type="submit" value="Register">
|
||||
</form>
|
||||
|
||||
<h1>Login</h1>
|
||||
<form action="http://localhost:3000/login" method="GET">
|
||||
<form action="http://localhost:3000/login" method="POST">
|
||||
<span class="input_row">Username: <input name="login" type="text"></span>
|
||||
<span class="input_row">Password: <input name="pass" type="password"></span>
|
||||
<input type="submit" value="Login">
|
||||
|
||||
Reference in New Issue
Block a user