Add accept-charset attribute to all forms.
[demoscenemusic.git] / src / main / resources / templates / login
index bf06f26..c211304 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>Login</h1>
 
-<form action="login" method="post">
+<form action="login" method="post" accept-charset="utf-8">
 
        <label>Username: <input type="text" name="username" value=""/></label>
        <label>Password: <input type="password" name="password" value=""/></label>