Reset Zend Server password on OpenShift

If you are using the Zend Zerver Installation on the OpenShift cloud and happen to forget your password, you may find yourself wondering where gui_passwrd.sh is located.

When you ssh into your openshift gear, you find that the zend/bin folder does not include the gui_passwrd.sh script. This is because this folder stores the openshift scripts to install / maintain / remove the zend server itself. The Zend Server’s bin folder is located at zend/usr/local/zend/bin

#To Change your password, login to your openshift instance and enter the following command
zend/usr/local/zend/bin/gui_passwd.sh

Alternatively, use the new configuration utility, as gui_passwd.sh is deprecated:

zend/usr/local/zend/bin/zs-setup set-password <password>