Hi,
Is there any way for users to change their passwords in InfluxDB OSS v2.0? I’ve created the user with
influx user create --name user1 --token {operator token}
I then create an auth with --write-user
permissions
influx auth create --user user1 --description "user1 token" --write-user
Next I try to set user1’s password using their token
influx user password --name user1 --token {user1's token}
This just returns Error: No results found.
I can set the user password with the operator token however. I want the user to be able to manage their own password