[solved] Unable to reset user password from user profile in erpnext 10.0.5

for Manu users it’s folder rights issue and the above command is not working.
Try following commands.
inside frappe-bench>
First uninstall this. it’s already installed but without rights.
sudo -H ./env/bin/pip uninstall zxcvbn-python

now install it again.
sudo -H ./env/bin/pip install zxcvbn-python