HBDTKI2BJX5JI3ALM5KQTDXFTI6HY2JZHEP4D6Y23WHY4ZUCX6LQC
LTQCLSBUUATO4LYIXEW6R2QF6EZ7ETGXGSHWXP2U3JQOTU7QQGSQC
4TRDTVC4PSQINSLA4VWW2MOYOHG5YCC5ZGPRZSAMKO5QZ7H5XATAC
HZDCKIXQ3LCD7YPL7ZZBCRMD7YMKDJ2QAALETTG3FYMBF4TNFUBAC
FUCFD4UVRUXDHG24MYEHF2E5E23BIFVKTRGLNBPBVKFLONVSMHTAC
WLWTNO4YJ4VBMJYVTP2LGPFQAJTOB524BD5INJFA44X2FKAX76DQC
6CFNBL5LBZNP7CHANCXUZY5RQYREPSR6SQIKIWFLFXS4JU26KIWAC
TRBYOQBIJPJ72SX3TPI2OAKBUQH6FWVHTKT45LS2HVMBCAWCTULQC
<form id="login-mastodon" action="login-mastodon.do" method="post">
<fieldset>
<legend>Social Auth with Mastodon (not yet supported)</legend>
<div>
<label for="login">Username:</label>
<input name="login" id="login" type="text" placeholder="Username" required autofocus />
</div>
<input name="csrf" type="hidden" value="{{ csrf }}">
<input name="submit" type="submit" value="Log In">
</fieldset>
</form>
pub async fn query_reset_game_pwd(data: web::Data<WebData<'_>>) -> HttpResponse {
pub async fn query_reset_game_pwd(
request: HttpRequest,
data: web::Data<WebData<'_>>,
) -> HttpResponse {
let jar = request_to_jar(request);
let user = jar
.private(&data.cookies_key)
.get("auth")
.map(|x| x.value().to_string());