Harvey Tindall
Harvey Tindall
Apologies, I've been away for the past few days, and didn't see a notification for this. You said the body appears missing for `GET /users`, do you mean the outgoing...
That seems like the issue, the `/users` request is being sent without any authentication. I've just spent ages going down the rabbit hole of trying to re-assemble and parse these...
Is there another `POST /Users/authenticatebyname` earlier, which (hopefully) uses the "technical" account? if so, could you post its content? Also, the fact that those values are blank might mean the...
You're right, I forgot to push, sorry. I finally got it though, it was down to a misunderstanding of the `.ini` library I use. The `[advanced]/auth_retry_count` is an integer that...
Since this is causing loads of issues for everyone i've made it generate URLs based on the "External jfa-go URL" value set in settings, rather than the URL you're accessing...
> > Since this is causing loads of issues for everyone i've made it generate URLs based on the "External jfa-go URL" value set in settings, rather than the URL...
This information should be in the activity log.
To clarify, do you want the last expiry period (e.g. 3 months) of the user to pop up when you go to re-enable (and set a new expiry for) a...
I've added a webhook sorta thing in e5f79c6, in Settings > Webhooks > User Creation. It'll POST to the specified URLs with a JSON payload similar to this (Its the...
I'm giving something a little like this a go in a separate branch, whether the interface will get merged, i don't know, but once I finish/give up on it i'll...