It is recommended to change the scmviewer password after installing TeamForge.
Follow these steps to change the scmviewer password:
-
Stop TeamForge.
- /opt/collabnet/teamforge/bin/teamforge
stop
-
Create an encrypted password using the password_util.sh
- /opt/collabnet/teamforge/runtime/scripts/password_util.sh -encrypt
'<new_password_text>'
-
Set the encrypted password to the SCM_USER_ENCRYPTED_PASSWORD token in
the /opt/collabnet/teamforge/etc/site-options.conf file.
-
Deploy services.
- /opt/collabnet/teamforge/bin/teamforge
provision
The "provision" command prompts for response before it bootstraps or migrates
data during TeamForge installation and upgrade respectively. Enter "Yes" or
"No" to proceed. For more information, see The teamforge script.
-
Start TeamForge.
- /opt/collabnet/teamforge/bin/teamforge
start
-
Run the following command to set the new password for Review Board.
- cd /opt/collabnet/RBInstaller-17.1.5
- python ./install.py
--auth-scmuser