Usermanagement
Reset a user password
To reset a user password from the command line:
kubectl exec -ti deployments/horizon -- ./artisan user:password $USER $PASSWORD
Remove 2fa
Remove and reset 2fa for a user by removing the 2fa sku:
kubectl exec -ti deployments/horizon -- ./artisan user:remove-sku $USER 2fa