discourse/spec/services/problem_check
Martin Brennan 00608a19c6
FIX: Show the SMTP authentication error for group UI (#27914)
Originally in 964da21817
we hid the SMTPAuthenticationError message except in
very specific cases. However this message often contains
helpful information from the mail provider, for example
here is a response from Office365:

> 535 5.7.139 Authentication unsuccessful, user is locked by your
organization's security defaults policy. Contact your administrator.

So, we will show the error message in the modal UI instead
of supressing it with a generic message to be more helpful.
2024-07-16 09:14:17 +10:00
..
email_polling_errored_recently_spec.rb
facebook_config_spec.rb
failing_emails_spec.rb
force_https_spec.rb
github_config_spec.rb
google_analytics_version_spec.rb
google_oauth2_config_spec.rb
group_email_credentials_spec.rb FIX: Show the SMTP authentication error for group UI (#27914) 2024-07-16 09:14:17 +10:00
host_names_spec.rb
image_magick_spec.rb
maxmind_db_configuration_spec.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
missing_mailgun_api_key_spec.rb FIX: Amend broken Mailgun API key check (#26206) 2024-03-18 09:10:30 +10:00
out_of_date_themes_spec.rb
rails_env_spec.rb
ram_spec.rb
s3_backup_config_spec.rb
s3_cdn_spec.rb
s3_upload_config_spec.rb
sidekiq_check_spec.rb DEV: Promote block problem checks to ProblemCheck (#26193) 2024-03-20 08:52:25 +08:00
subfolder_ends_in_slash_spec.rb
translation_overrides_spec.rb DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
twitter_config_spec.rb
twitter_login_spec.rb
unreachable_themes_spec.rb
watched_words_spec.rb