email is filled in regardless of whether the address has actually been verified. According to the discord documentation it should be enough to set email to nil (as if it was never entered, or the permission was never requested) unless verified is true.
See featheredtoast/discourse-plugin-discord-auth#2 for a downstream issue this causes.
email
is filled in regardless of whether the address has actually been verified. According to the discord documentation it should be enough to setemail
tonil
(as if it was never entered, or the permission was never requested) unlessverified
istrue
.See featheredtoast/discourse-plugin-discord-auth#2 for a downstream issue this causes.