ragflow/web/src/pages
liwenju0 1bb990719e
Feat: Add user registration toggle feature (#6327)
### What problem does this PR solve?

Feat: Add user registration toggle feature. Added a user registration
toggle REGISTER_ENABLED in the settings and .env config file. The user
creation interface now checks the state of this toggle to control the
enabling and disabling of the user registration feature.

the front-end implementation is done, the registration button does not
appear if registration is not allowed. I did the actual tests on my
local server and it worked smoothly.
### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: wenju.li <wenju.li@deepctr.cn>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2025-03-21 09:38:15 +08:00
..
add-knowledge Fix: Knowledge base page cannot upload folders #6062 (#6096) 2025-03-14 16:17:10 +08:00
agent Feat: Use react-hook-form to synchronize the data of the categorize form to the agent node. #3221 (#5665) 2025-03-05 19:43:08 +08:00
agents Feat: Render agent details #3221 (#5307) 2025-02-24 17:19:06 +08:00
api
chat Fix: In the Agent's workflow, the input content cannot be wrapped, and \n will not work, otherwise an error will be reported #6241 (#6284) 2025-03-19 18:54:23 +08:00
chunk Feat: Add ChunkedResultPanel #3221 (#5085) 2025-02-18 17:53:51 +08:00
dataset Feat: Add PageHeader to DatasetWrapper #3221 (#5284) 2025-02-24 13:50:21 +08:00
datasets Feat: Bind data to datasets page #3221 (#4938) 2025-02-14 09:38:48 +08:00
document-viewer Fix: image file can't preview (#5626) 2025-03-05 11:30:41 +08:00
file-manager Feat: Add FilesTable #3221 (#4491) 2025-01-15 14:39:33 +08:00
files Feat: Rename document name #3221 (#4544) 2025-01-20 16:49:45 +08:00
flow Fix: type import (#6328) 2025-03-20 15:23:15 +08:00
home Feat: Bind data to datasets page #3221 (#4938) 2025-02-14 09:38:48 +08:00
knowledge Fix: Knowledge base page crashes when network connection is lost. #4894 (#4895) 2025-02-12 11:26:26 +08:00
login Feat: Add user registration toggle feature (#6327) 2025-03-21 09:38:15 +08:00
login-next Feat: Add FilesTable #3221 (#4491) 2025-01-15 14:39:33 +08:00
next-chats Feat: Add ChatInput component #3221 (#4915) 2025-02-12 19:32:49 +08:00
next-search Feat: Add SearchPage component. #3221 (#5184) 2025-02-20 15:37:53 +08:00
next-searches Feat: Add SearchPage component. #3221 (#5184) 2025-02-20 15:37:53 +08:00
profile-setting Feat: Add Sessions component #3221 (#4865) 2025-02-11 13:11:15 +08:00
search Theme switch support (#3568) 2024-12-10 11:42:04 +08:00
user-setting Fix: update link of deploy_local_llm.mdx (#6110) 2025-03-17 09:35:37 +08:00
404.jsx