mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +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
|
||||
Height = 17
|
||||
Alignment = taLeftJustify
|
||||
Caption = '&Disable account:'
|
||||
Caption = '&Disable login:'
|
||||
TabOrder = 3
|
||||
OnClick = chkDisabledClick
|
||||
end
|
||||
|
Reference in New Issue
Block a user