i want to change existing user password. i ran this commandipmitool -I lanplus -H 192.168.1.1 -U USER -P 'PASSWORD' user set password 10 "&UJM2wsx"
i got an errorIPMI command failed: Request data field length limit exceededSet User Password command failed (user 10)
when i ran same command without password at the end i was prompted to insert password twice and it worked.is there a way to echo password twice to ipmitool user set password command?
p.s i tried to delete the user and re create it but there is not delete option from cli only from web gui