You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
To prevent from dictionary attacks we're sending Forbidden response to users who are blocked even when they try to login using correct password. It makes legitimate users confused because stellar-client displays "Login credentials are incorrect." error in this case. We should think about changing this behaviour and start sending Blocked response.
The text was updated successfully, but these errors were encountered:
To prevent from dictionary attacks we're sending
Forbidden
response to users who are blocked even when they try to login using correct password. It makes legitimate users confused because stellar-client displays "Login credentials are incorrect." error in this case. We should think about changing this behaviour and start sendingBlocked
response.The text was updated successfully, but these errors were encountered: