mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-24 16:10:33 -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*.
|
authentication source except *internal*.
|
||||||
* Re-enter the password in the *Confirm password* field. This field is disabled
|
* Re-enter the password in the *Confirm password* field. This field is disabled
|
||||||
if you select *ldap* as authentication source.
|
if you select *ldap* as authentication source.
|
||||||
* Move the *Locked* switch to the *True* position if you want to lock the account;
|
* *Locked* switch is disabled by default when set to *False*. It is only enabled
|
||||||
the default is *False*. This functionality is useful when a user is locked by
|
when the user is locked by trying unsuccessful login attempts. Move the switch
|
||||||
trying unsuccessful login attempts.
|
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
|
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
|
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(
|
self.preference.register(
|
||||||
'auto_completion', 'autocomplete_on_key_press',
|
'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'),
|
category_label=gettext('Auto completion'),
|
||||||
help_str=gettext('If set to True, autocomplete will be available on '
|
help_str=gettext('If set to True, autocomplete will be available on '
|
||||||
'key press along with CTRL/CMD + Space. If set to '
|
'key press along with CTRL/CMD + Space. If set to '
|
||||||
|
Loading…
Reference in New Issue
Block a user