update CHANGELOG.md

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

@ -21,6 +21,14 @@ All notable changes to paopao-ce are documented in this file.
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

Loading…
Cancel
Save