Add option to disable partial autocompletion of users
This commit is contained in:
parent
6600b380ca
commit
c6aad5fef0
4 changed files with 29 additions and 2 deletions
|
@ -273,6 +273,9 @@ class DefaultConfig(ImmutableConfig):
|
|||
# rather than only write access or admin access.
|
||||
FEATURE_READER_BUILD_LOGS = False
|
||||
|
||||
# Feature Flag: If set to true, autocompletion will apply to partial usernames.
|
||||
FEATURE_PARTIAL_USER_AUTOCOMPLETE = True
|
||||
|
||||
# If a namespace is defined in the public namespace list, then it will appear on *all*
|
||||
# user's repository list pages, regardless of whether that user is a member of the namespace.
|
||||
# Typically, this is used by an enterprise customer in configuring a set of "well-known"
|
||||
|
|
Reference in a new issue