File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 70
70
# The provider of the service who sets up Misskey on behalf of the customer should
71
71
# set this value to something unique when generating the Misskey config file,
72
72
# and provide it to the customer.
73
- setupPassword : example_password_please_change_this_or_you_will_get_hacked
73
+ #
74
+ # setupPassword: example_password_please_change_this_or_you_will_get_hacked
74
75
75
76
# ┌─────┐
76
77
# ───┘ URL └─────────────────────────────────────────────────────
Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
3
### Note
4
- - サーバー初期設定時に使用する初期パスワードを設定できるようになりました。今後Misskeyサーバーを新たに設置する際には、初回の起動前にコンフィグファイルの` initialPassword ` を必ず変更してください。(すでに初期設定を完了しているサーバーについては、この変更に伴い対応する必要はありません)
5
- ホスティングサービスを運営している場合は、コンフィグファイルを構築する際に` initialPassword ` をランダムな値に設定し、ユーザーに通知するようにしてください。
4
+ - サーバー初期設定時に使用する初期パスワードを設定できるようになりました。今後Misskeyサーバーを新たに設置する際には、初回の起動前にコンフィグファイルの` setupPassword ` をコメントアウトし、初期パスワードを設定することをおすすめします。(すでに初期設定を完了しているサーバーについては、この変更に伴い対応する必要はありません)
5
+ - ホスティングサービスを運営している場合は、コンフィグファイルを構築する際に` setupPassword ` をランダムな値に設定し、ユーザーに通知するようにシステムを更新することをおすすめします。
6
+ - なお、初期パスワードが設定されていない場合でも初期設定を行うことが可能です(UI上で初期パスワードの入力欄を空欄にすると続行できます)。
6
7
7
8
### General
8
9
- Feat: サーバー初期設定時に初期パスワードを設定できるように
You can’t perform that action at this time.
0 commit comments