On sign up, password max limit is not clearly indicated, and the error message when going above 50 characters appears like a suggestion but it's a hard limit:
> We appreciate your dedication to password security, but may we suggest keeping it under 50 characters?
Instead, it should:
  • indicate the password characters limit from the start so I don't bother generating a password that's longer than needed
  • the message should be strict: "Your password must contain at least N characters and at most M characters." Avoid "suggest", "?" as it is in fact a hard limit. Also avoid "under 50" because it's unclear whether exactly 50 is allowed or not.