mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-24 08:00:09 -06:00
1) Autocomplete on keypress should be set to False by default.
2) Update the documentation for the locked option in user management.
This commit is contained in:
parent
f771d3a4bb
commit
da927f4897
@ -59,9 +59,9 @@ Provide information about the new pgAdmin role in the row:
|
||||
authentication source except *internal*.
|
||||
* Re-enter the password in the *Confirm password* field. This field is disabled
|
||||
if you select *ldap* as authentication source.
|
||||
* Move the *Locked* switch to the *True* position if you want to lock the account;
|
||||
the default is *False*. This functionality is useful when a user is locked by
|
||||
trying unsuccessful login attempts.
|
||||
* *Locked* switch is disabled by default when set to *False*. It is only enabled
|
||||
when the user is locked by trying unsuccessful login attempts. Move the switch
|
||||
to the *False* position if you want to unlock the account.
|
||||
|
||||
To discard a user, and revoke access to pgAdmin, click the trash icon to the
|
||||
left of the row and confirm deletion in the *Delete user?* dialog. If the user
|
||||
|
@ -679,7 +679,7 @@ def register_query_tool_preferences(self):
|
||||
|
||||
self.preference.register(
|
||||
'auto_completion', 'autocomplete_on_key_press',
|
||||
gettext("Autocomplete on key press"), 'boolean', True,
|
||||
gettext("Autocomplete on key press"), 'boolean', False,
|
||||
category_label=gettext('Auto completion'),
|
||||
help_str=gettext('If set to True, autocomplete will be available on '
|
||||
'key press along with CTRL/CMD + Space. If set to '
|
||||
|
Loading…
Reference in New Issue
Block a user