Skip to content

Commit

Permalink
FIX: Missing password reset after a failed password change attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Behrens committed Oct 24, 2014
1 parent 3e3194a commit 6a695a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Windows/RDP OTP Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ static void SetPass(string oldpass, string newpass)

static string NewPass(string oldpass)
{
var newpass = @"";

for (var t = 1; ; ++t)
try
{
var newpass = @"";

{
var passchars = @"abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ123456789";
var rand = new Random();
Expand Down
Binary file modified Windows/RDP OTP Server/bin/Debug/RDP OTP Server.exe
Binary file not shown.

0 comments on commit 6a695a7

Please sign in to comment.