Limit the login size in LoginAttempt
The login data comes from an unauthenticated user so it could be very large and thus fill the database. But indeed we don't need to have the full login to get the LoginAttempt benefit, just the 1024 starting char is enough. issue5381 review17901002 (grafted from 4d069b887e72)
Please register or sign in to comment