Daniel DeGroff

Results 251 comments of Daniel DeGroff

So if you append `&locale=fr` to the URL it works. The documented way for an end user to select a locale is to use the Locale selector on the themed...

Ok, perhaps that used to work and it doesn't any longer. We can use this issue to investigate that. The user would also have the option to use JS to...

@mooreds I'm confused by the original description based upon the comments from @glen-84. It sort of sounds like this is working as designed. What is the use case that isn't...

Is this just a doc issue, or is there a code change required in FusionAuth?

@glen-84 would love to hear if this solves your issue.

Yes, this cookie is only written when using the widget. Your workaround seems reasonable. I forget why we did not set this on the server side, we can revisit this...

Moving to a new issue so we can leave this one closed since I delivered a change in 1.39.0. - https://github.com/FusionAuth/fusionauth-issues/issues/1890

What was the expected behavior in this case? Currently if you throw an exception in the lambda, it will fail the login request, this is by design.

I would consider this a dev time issue. I would hesitate to mask the exception because it may affect data integrity depending upon what is happening in the lambda, and...

This is the intended design. The intent behind not differentiating is because we didn't want to alert a user trying to brute force an account to slow down and let...