mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #19551] issue: User Account API Menu Missing in Version 0.6.40 #73525
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 @oboeglen on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19551
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.40
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
API that showing key and JWT Token
Actual Behavior
Hello!
I’ve noticed that the API menu under the user account settings has disappeared in version 0.6.40.
I’m unsure if this is an intentional change or a bug.
Could anyone confirm whether they’re also experiencing this issue?
If it’s a known problem, any guidance on how to restore the menu or alternative ways to access API settings would be greatly appreciated.
Steps to Reproduce
1.Log in to the application.
2.Navigate to the user account settings.
3.Check if the API menu (or related options) is visible.
Logs & Screenshots
Non screenshot
Additional Information
No response
@R-omk commented on GitHub (Nov 27, 2025):
how I fix it :
Admin panel -> Enable API Keys -> ON (... again)
Admin panel -> Users -> Groups -> [my group name] -> Permissions -> API Keys -> ON
@oboeglen commented on GitHub (Nov 27, 2025):
Amazing ! Thanks a lot !
@Classic298 commented on GitHub (Nov 27, 2025):
P L E A S E check for duplicate issues and also read the changelog before updating.
@gaby commented on GitHub (Dec 6, 2025):
@Classic298 If you don't have groups, API keys never show up again.
The "admin" user is treated different than a "user". So the default perms do not apply to it.
This is a bug.
@Classic298 commented on GitHub (Dec 6, 2025):
@gaby you need to enable the api keys permission in the default user role permission (and of course globally too)
Where is the bug?
@gaby commented on GitHub (Dec 6, 2025):
@Classic298 created #19787 default user perms do NOT apply to admins.
@Classic298 commented on GitHub (Dec 6, 2025):
@gaby some default user role perms DO apply to admins, like the api keys feature. To allow for fine granulared permission configuration.
Simply create a group, add the admins to it that should have that permission and enable the api keys permission
Sharing to groups was recently also revamped to make it necessary to specifically add admins to groups if the enable admin bypass is disabled