mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
"disable login" seems more appropriate than "disable account", since disabling authentication with password does not render the privileges for an account unusable by other accounts.
Perhaps there should be a hint under privileges a la 'notice that privileges granted to more generic accounts will also affect this user'. OTOH, the amount of hints has already grown to 'confusing'..
This commit is contained in:
@ -189,7 +189,7 @@ object UserManagerForm: TUserManagerForm
|
|||||||
Width = 105
|
Width = 105
|
||||||
Height = 17
|
Height = 17
|
||||||
Alignment = taLeftJustify
|
Alignment = taLeftJustify
|
||||||
Caption = '&Disable account:'
|
Caption = '&Disable login:'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
OnClick = chkDisabledClick
|
OnClick = chkDisabledClick
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user