infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
18.18k stars 1.84k forks source link

fix `superuser` password not base64 encoded #2475

Closed dadahsueh closed 1 week ago

dadahsueh commented 1 week ago

What problem does this PR solve?

Fixes the superuser admin@ragflow.io not being accessible due to how entered passwords are used. Unless this is expected behavior?

Type of change