Show Table of Contents
12.2. Creating a User Account
A suitable user account is required before domains and applications can be created. The following instructions describe how to create a user account.
Procedure 12.1. To Create a User Account:
- Run the following command on the broker to create a user account:
# htpasswd -c /etc/openshift/htpasswd usernameThis command prompts for a password for the new user account, and then creates a new/etc/openshift/htpasswdfile and adds the user to that file. - Use the same command without the
-coption when creating additional user accounts:# htpasswd /etc/openshift/htpasswd newuser - Inspect the
/etc/openshift/htpasswdfile to verify that the accounts have been created:# cat /etc/openshift/htpasswd
A one line entry for each user is displayed.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.