Skip to content

v2.5.4

Compare
Choose a tag to compare
@REJack REJack released this 02 Jun 16:59
· 57 commits to 2.5-stable since this release
  • DDoS Protections fixes in login() (@REJack)
    • removed user get query from DDoS check in
    • fixed DDoS protection to update login_attempts if user not exist too
    • removed user get query from DDoS/reCAPTCHA check
    • fixed DDoS/reCAPTCHA proection to update login_attempts if user not exist too
    • added get_login_attempts() returns login_attempts as INT (used in login())