-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Describe the bug
Date fields can't be serialised to JSON and thus are not saved to the user.
To Reproduce
I've added a field of type Date to my user settings by adding it in the default-user-settings prompt stage.
When I go into my user settings, set a value and save it, my user's fields are no longer displayed, instead replaced by a Open settings button.
When I click the button I get this error message:
builtins.TypeError: Object of type date is not JSON serializable
- authentik version: 2023.6.1
- Deployment: docker-compose
Additional context
https://discord.com/channels/809154715984199690/1129892642080161913
Reactions are currently unavailable

