Files
zulip/zerver/lib/send_email.py
Alex Vandiver 66c123dd43 send_email: Only attempt suppression list removal with credentials.
Servers without any configured credentials raise a NoCredentialsError,
which is not a subclass of botocore.exceptions.ClientError, and hence
abort the password reset attempt.

Check for if we have any credentials at all before we attempt the API
call.
2025-05-28 10:49:17 -07:00

28 KiB