discourse/app
Ted Johansson fd39753e58
DEV: Ignore normalize_emails when using SSO (#29890)
We recently tried to default the normalize_emails site setting to true to avoid spam. What this does is it considers e-mails the same regardless of plus addressing, e.g. bob+1@mail.com == bob+2@mail.com. This caused some problems for SSO users.

This PR makes it so that DiscourseConnect never normalizes e-mails.
2024-11-25 11:55:27 +08:00
..
assets DEV: Modernize admin user fields (#29843) 2024-11-25 11:54:43 +08:00
controllers DEV: Modernize admin user fields (#29843) 2024-11-25 11:54:43 +08:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Add tl3_custom_promotions plugin modifier to tl3_promotions.rb (#29834) 2024-11-22 15:28:43 -05:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Ignore normalize_emails when using SSO (#29890) 2024-11-25 11:55:27 +08:00
serializers FIX: Don't include secret membership groups when serializing other users (#29799) 2024-11-18 19:25:42 +08:00
services UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
views UX: Change the authorize button color to primary (#29666) 2024-11-08 17:33:50 -05:00