Required: You must change the password forcibly when logging on to the system for the first time. The password must contain numbers and letters.
The application lifecycle management (ALM) tool collabnet teamforge enforces password settings:
1. Stop all running collabnet services
/Etc/init. d/collabnet stop all
2. Go to the installation directory in Linux.
/Opt/collabnet/teamforge-installer/6.2.0.0/Conf
3. Edit the profile site-options.conf
4. Remove the # sign before the following configuration content
# Minimum_password_length = 8 (at least 8 characters)
# Password_requires_mixed_case = true (case-insensitive)
# Password_requires_non_alphanum = true (at least one non-alphanumeric character)
# Password_requires_number = true (there must be at least one number)
# Require_user_password_change = true (you need to change the password for the first login)
Save and exit
5. Run the following command:
CD/opt/collabnet/teamforge-installer/6.2.0.0
./Install. Sh-I-r-v-D/opt/collabnet/teamforge (I is an I capital)
6. After the command is successfully installed, restart all services involved
/Etc/init. d/collabnet start all