fix: 初期パスワードをコメントアウト (#14682)

* fix: 初期パスワードをコメントアウト

* 🎨

* fix indent
This commit is contained in:
かっこかり 2024-10-03 21:01:09 +09:00 committed by GitHub
parent d266c3cdf4
commit 7bdc4e8509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -70,7 +70,8 @@
# The provider of the service who sets up Misskey on behalf of the customer should # The provider of the service who sets up Misskey on behalf of the customer should
# set this value to something unique when generating the Misskey config file, # set this value to something unique when generating the Misskey config file,
# and provide it to the customer. # and provide it to the customer.
setupPassword: example_password_please_change_this_or_you_will_get_hacked #
# setupPassword: example_password_please_change_this_or_you_will_get_hacked
# ┌─────┐ # ┌─────┐
#───┘ URL └───────────────────────────────────────────────────── #───┘ URL └─────────────────────────────────────────────────────

View file

@ -1,8 +1,9 @@
## 2024.10.0 ## 2024.10.0
### Note ### Note
- サーバー初期設定時に使用する初期パスワードを設定できるようになりました。今後Misskeyサーバーを新たに設置する際には、初回の起動前にコンフィグファイルの`initialPassword`を必ず変更してください。(すでに初期設定を完了しているサーバーについては、この変更に伴い対応する必要はありません) - サーバー初期設定時に使用する初期パスワードを設定できるようになりました。今後Misskeyサーバーを新たに設置する際には、初回の起動前にコンフィグファイルの`setupPassword`をコメントアウトし、初期パスワードを設定することをおすすめします。(すでに初期設定を完了しているサーバーについては、この変更に伴い対応する必要はありません)
ホスティングサービスを運営している場合は、コンフィグファイルを構築する際に`initialPassword`をランダムな値に設定し、ユーザーに通知するようにしてください。 - ホスティングサービスを運営している場合は、コンフィグファイルを構築する際に`setupPassword`をランダムな値に設定し、ユーザーに通知するようにシステムを更新することをおすすめします。
- なお、初期パスワードが設定されていない場合でも初期設定を行うことが可能ですUI上で初期パスワードの入力欄を空欄にすると続行できます
### General ### General
- Feat: サーバー初期設定時に初期パスワードを設定できるように - Feat: サーバー初期設定時に初期パスワードを設定できるように