Glen

Results 239 comments of Glen

@robotdan If I set a `locale` query string parameter, I expect that to be persisted. Since a cookie is used for this purpose, I expect a cookie to be set...

@robotdan Unfortunately it doesn't appear to work. I don't see any locale cookie being set. Are you relying on the presence of the locale selection widget? If so, we don't...

I did think about using `user.data`, but it's a bit messy, and might not work well when there are concurrent or near-concurrent updates. Even if we set a UA ourselves,...

How about the ability to disable webhooks using a header? ``` DELETE /api/users/... FusionAuth-DisableWebhooks: true ``` That would prevent FA from notifying external systems when the external system triggered the...

Yes, I tested that. It wouldn't help as a workaround though, because of the same issue impacting https://github.com/FusionAuth/fusionauth-issues/issues/1580 (the email is sent before the transaction is complete, so there's no...

@mooreds I really can't accept that. I've spent weeks integrating FusionAuth, including writing a 600 line Kickstart file*, a custom theme, and all of the token management features that I...

@robotdan Can you please confirm whether or not this is a bug, so that we're able to make a more informed decision on how to proceed? The website clearly states...

Thanks for your reply, Dan. We set the cookie based on the query string depending on which localized website a user came from (`.in.th`, `.vn` etc.), but it's essentially the...

@benmccallum Does this look like something that will require large changes? I'm just getting started with HC & FB, using mutation conventions, and this issue has just hit me. 🙂