Problem: Adding a new user account in OpenShift origin
Solution: Login to openshift machine as root user and go to command prompt. Run the command htpasswd
FYI- The same command can be used to update user password.
Example: Adding mario user
Solution: Login to openshift machine as root user and go to command prompt. Run the command htpasswd
FYI- The same command can be used to update user password.
Example: Adding mario user
[root@broker ~]# htpasswd /etc/openshift/htpasswd mario New password: Re-type new password: Adding password for user mario