-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expected Behavior
Remove all references to the end user when a feature is not in use or disabled. Such as disabling registration removes the sign up button from view, and not using OAuth removes the OAuth button from view.
Current Behavior
The OAuth button cannot be removed, even if not setup in the docker container, pressing it will simply give an API error. Disabling registrations keeps both the sign up button in the top right of the page as well as on the log in menu, however when attempting to actually sign up it produces an error message saying that registration is not allowed.
Possible Solution
It should dynamically hide these elements when they are disabled or not set up.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request