mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
DocsHow to disable user registration (#7265)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -132,6 +132,12 @@ If you cannot download the RAGFlow Docker image, try the following mirrors.
|
||||
- `MACOS`
|
||||
Optimizations for macOS. It is disabled by default. You can uncomment this line if your OS is macOS.
|
||||
|
||||
### User registration
|
||||
|
||||
- `REGISTER_ENABLED`
|
||||
- `1`: (Default) Enable user registration.
|
||||
- `0`: Disable user registration.
|
||||
|
||||
## Service configuration
|
||||
|
||||
[service_conf.yaml.template](https://github.com/infiniflow/ragflow/blob/main/docker/service_conf.yaml.template) specifies the system-level configuration for RAGFlow and is used by its API server and task executor.
|
||||
|
||||
@ -18,7 +18,7 @@ Released on April 23, 2025.
|
||||
- Agent version control: all updates are continuously logged and can be rolled back to a previous version via export.
|
||||
- Team collaboration: Agents can be shared with team members.
|
||||
- OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
|
||||
- User registration control: administrators can enable or disable user registration through an environment variable.
|
||||
- User registration control: administrators can enable or disable user registration through an environment variable. See `REGISTER_ENABLED` in **/docker/.env**.
|
||||
|
||||
### Improvements
|
||||
|
||||
@ -31,6 +31,7 @@ Released on April 23, 2025.
|
||||
|
||||
- [Set page rank](./guides/dataset/set_page_rank.md)
|
||||
- [Enable RAPTOR](./guides/dataset/enable_raptor.md)
|
||||
- [Set variables for your chat assistant](./guides/chat/set_chat_variables.md)
|
||||
- [RAGFlow MCP server overview](./develop/mcp.md)
|
||||
|
||||
## v0.17.2
|
||||
|
||||
Reference in New Issue
Block a user