Onliner found here to reset a user password for the OpenVZ Web Panel (admin in this case)
ruby /opt/ovz-web-panel/script/runner -e production 'user = User.find_by_login("admin"); user.password = "admin"; user.save(false)'
Onliner found here to reset a user password for the OpenVZ Web Panel (admin in this case)
ruby /opt/ovz-web-panel/script/runner -e production 'user = User.find_by_login("admin"); user.password = "admin"; user.save(false)'
Recent Comments