"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:
rosenfield
2008-05-10 11:14:49 +00:00
parent 4873f32e10
commit f7e5c5cb8f

View File

@ -189,7 +189,7 @@ object UserManagerForm: TUserManagerForm
Width = 105
Height = 17
Alignment = taLeftJustify
Caption = '&Disable account:'
Caption = '&Disable login:'
TabOrder = 3
OnClick = chkDisabledClick
end