Crowd 6.2 Upgrade Notes
18 December, 2024
Here are some important notes on upgrading to Crowd 6.2. To learn about new features, check out the release notes.
アップグレード ノート
次の重要な情報をご確認ください。
2 段階認証による新しいログイン エクスペリエンス
To improve the security of the {Product name} login experience, we’ve added a second authentication layer. If you experience any issues with the new login process, you can switch to the legacy login experience by setting the JVM system property atlassian.authentication.legacy.mode
to true
.
Encrypt your password
If you've used the CLI tool to encrypt your password, make sure to manually update your crowd.cfg.xml
file from:
<property name="jdbc.password.decrypter.classname">com.atlassian.db.config.password.ciphers.algorithm.AesOnlyAlgorithmCipher</property>
to
<property name="jdbc.password.decrypter.classname">com.atlassian.secrets.store.algorithm.AesOnlyAlgorithmSecretStore</property>
サポート対象プラットフォーム
There are no changes to platforms supported by Crowd.
アプリ開発者向けの情報
There aren't any important changes for app developers in this release.