mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #7641] Add two-step verification inside the chatbot #101818
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AzizDXT on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7641
What is the best way to add two-step verification inside the chatbot, such that for example the student sends his username, then sends a verification code to his email via the API, then writes the verification code, and then receives the student’s data. What is the best way to do this process? Because I have faced many difficulties and so far I have not been able to do anything at all.