- just go to your setup folder from terminal
cd folder name>frappe-bench - activate virtualenv -:
source ../bin/activate - type
bench mysql - Fire a update query on tabUser table.
update tabUser set new_password = 'your_password' where enabled = 1;
This will set all users password who are enabled.
1 Like