mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
fix: no password field creating a new account
This commit is contained in:
parent
b262569812
commit
a9eea87f30
@ -203,7 +203,7 @@ object optionsFrm: ToptionsFrm
|
||||
TabOrder = 2
|
||||
end
|
||||
object pwdBox: TLabeledEdit
|
||||
Left = 13
|
||||
Left = 11
|
||||
Top = 63
|
||||
Width = 198
|
||||
Height = 22
|
||||
|
||||
@ -602,6 +602,7 @@ var
|
||||
begin
|
||||
a.user:=getUniqueName('new user', userExists);
|
||||
a.pwd:='';
|
||||
a.group:=FALSE;
|
||||
a.enabled:=TRUE;
|
||||
a.noLimits:=FALSE;
|
||||
a.redir:='';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user