We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
サインインする際にレートリミットに達すると TOO_MANY_AUTHENTICATION_FAILURES エラーが出ますが、実際には成功したログインもレートリミットの対象になっています。これではエラーの内容と挙動が一致していないように思います。
TOO_MANY_AUTHENTICATION_FAILURES
エラーの内容と挙動が一致する。具体的には以下2つのうちいずれかの仕様になっていることを期待します。
Too many failed attempts to sign in. Try again later.
Too many attempts to sign in. Try again later.
エラーの内容と挙動が一致していない
No response
* Installation Method or Hosting Service: * Misskey: 2024.8.0 * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
(個人的には成功もレートリミットに含まれるべきではないかという思いもあります。ユースケースが思いつきませんでした)
Sorry, something went wrong.
No branches or pull requests
💡 Summary
サインインする際にレートリミットに達すると
TOO_MANY_AUTHENTICATION_FAILURES
エラーが出ますが、実際には成功したログインもレートリミットの対象になっています。これではエラーの内容と挙動が一致していないように思います。🥰 Expected Behavior
エラーの内容と挙動が一致する。具体的には以下2つのうちいずれかの仕様になっていることを期待します。
Too many failed attempts to sign in. Try again later.
ではなくToo many attempts to sign in. Try again later.
になっている🤬 Actual Behavior
エラーの内容と挙動が一致していない
📝 Steps to Reproduce
💻 Frontend Environment
No response
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: