mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-16 20:37:50 +08:00
### What problem does this PR solve? Feat: Implement user creation, deletion, and permission management functionality. - Added the `ListByEmail` method to `user.go` to query users by email address. - Updated the user activation status handling logic in `handler.go`, adding input validation. - Added RSA password decryption functionality to `password.go`. - Implemented complete user management functionality in `service.go`, including user creation, deletion, password modification, activation status, and permission management. - Added input validation and error handling logic. ### Type of change - [x] New Feature (non-breaking change which adds functionality)