Skip to content

Commit

Permalink
Merge branch 'PasswordDialogAdditionalRules' of https://github.com/Dr…
Browse files Browse the repository at this point in the history
…akonian/BCApps into PasswordDialogAdditionalRules
  • Loading branch information
Drakonian committed May 21, 2024
2 parents e84b0a2 + 1502d1f commit 5526d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ codeunit 9810 "Password Dialog Management"
/// </summary>
/// <param name="OldPassword">Out parameter, the old password user typed on the dialog.</param>
/// <param name="Password">Out parameter, the new password user typed on the dialog.</param>
[Obsolete('Replaced by OpenPasswordChangeDialog without out OldPassword param', '24.0')]
[Obsolete('Replaced by OpenPasswordChangeDialog without out OldPassword param', '25.0')]
procedure OpenChangePasswordDialog(var OldPassword: SecretText; var Password: SecretText)
begin
PasswordDialogImpl.OpenChangePasswordDialog(OldPassword, Password);
Expand Down

0 comments on commit 5526d58

Please sign in to comment.