update CHANGELOG.md

pull/267/head
Michael Li 2 years ago
parent f8d1356ef3
commit 1b19517f72
No known key found for this signature in database

@ -13,14 +13,22 @@ All notable changes to paopao-ce are documented in this file.
- add default tweet max length configure in web/.env support. [&a1160ca](https://github.com/rocboss/paopao-ce/commit/a1160ca79380445157146d9eae1710543c153cce 'commit a1160ca') - add default tweet max length configure in web/.env support. [&a1160ca](https://github.com/rocboss/paopao-ce/commit/a1160ca79380445157146d9eae1710543c153cce 'commit a1160ca')
Set the value of `VITE_DEFAULT_TWEET_MAX_LENGTH` in file web/.env to change the tweet max default length. Set the value of `VITE_DEFAULT_TWEET_MAX_LENGTH` in file web/.env to change the tweet max default length.
- add custom whether provide user register configure in web/.env support. [#267](https://github.com/rocboss/paopao-ce/pull/267) - add custom whether provide user register configure in web/.env support. [#267](https://github.com/rocboss/paopao-ce/pull/267)
Set the value of `VITE_ALLOW_USER_REGISTER` in file web/.env to custom whether provide user register feature. Set the value of `VITE_ALLOW_USER_REGISTER` in file web/.env to custom whether provide user register feature.
``` ```
# file: web/.env or web/.env.local # file: web/.env or web/.env.local
... ...
# 局部参数 # 局部参数
VITE_ALLOW_USER_REGISTER=true VITE_ALLOW_USER_REGISTER=true
... ...
``` ```
and disallow user register in backend(add `Web:DisallowUserRegister` feature in `config.yaml`):
```yaml
# file config.yaml
...
Features:
Default: ["Base", "Postgres", "Zinc", "LocalOSS", "LoggerZinc", "BigCacheIndex", "Friendship", "Service", "Web:DisallowUserRegister"]
...
```
### Fixed ### Fixed

Loading…
Cancel
Save