We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485a577 commit 048acdbCopy full SHA for 048acdb
crates/handlers/src/views/login.rs
@@ -276,7 +276,7 @@ pub(crate) async fn post(
276
Ok(PasswordVerificationResult::Failure) => {
277
tracing::warn!("Failed to verify/upgrade password for user: {user}");
278
let form_state = form_state.with_error_on_form(FormError::InvalidCredentials);
279
- PASSWORD_LOGIN_COUNTER.add(1, &[KeyValue::new(RESULT, "error")]);
+ PASSWORD_LOGIN_COUNTER.add(1, &[KeyValue::new(RESULT, "mismatch")]);
280
return render(
281
locale,
282
cookie_jar,
0 commit comments