Skip to content

Commit

Permalink
fix: no password field creating a new account
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed May 5, 2020
1 parent b262569 commit a9eea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion optionsDlg.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ object optionsFrm: ToptionsFrm
TabOrder = 2
end
object pwdBox: TLabeledEdit
Left = 13
Left = 11
Top = 63
Width = 198
Height = 22
Expand Down
1 change: 1 addition & 0 deletions optionsDlg.pas
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ procedure ToptionsFrm.addaccountBtnClick(Sender: TObject);
begin
a.user:=getUniqueName('new user', userExists);
a.pwd:='';
a.group:=FALSE;
a.enabled:=TRUE;
a.noLimits:=FALSE;
a.redir:='';
Expand Down

0 comments on commit a9eea87

Please sign in to comment.