Hello! I have a question regarding Kratos.
The profile settings method is the one that (dis)allows updating user traits.
According to
https://www.ory.sh/docs/kratos/reference/configuration, the profile method is disabled by default, so it should not be allowed to modify the traits unless that config is explicitly enabled.
However, I am able to call kratos settings API and update user traits without setting
selfservice.methods.profile.enabled
to true. This makes me think the documentation is uncorrect or there is some bug - could you confirm what is the expected behaviour?