Daniel DeGroff

Results 406 comments of Daniel DeGroff

This will happen anytime the browser times out waiting for us to complete work. The only way to really fix this is to make more of these requests truly async...

This may be the same workaround you're describing, but did you try this? > One “hack” - may be to set the self service registration to username, but instruct the...

> For example, most of my apps allow usernames and/or email address to be modified after registration, even if OpenID is configured as the sole authentication source. I think this...

Thanks for the update @gmpreussner > It turns out that FusionAuth - intentionally or not - is already enforcing uniqueness on both fields, and it is also storing both values...

If you think you have found a bug, please open a new GH issue so we can review it.

Thanks for reporting @mooreds - looks like an easy bug to fix.

I think this is working as designed isn't it? Is this the case where the AWS service is in a compatibility mode so it looks like Elasticsearch but is actually...

This should work already. If it is not, you'll need provide some additional details of the workflow you are using so we can identify if there is a bug or...

Thanks @christianpoitras appreciate the response. I did get it all working with `PrivateModule` - it wasn't super easy. Binding everything private wasn't so difficult, but wrapping my head around how...

Can you describe the fix, what was broken and how did this fix it? Also, missing tests.