Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
remove more commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jul 19, 2013
1 parent 88881d7 commit cb66fdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ public virtual void SetPassword(string tenant, string username, string newPasswo
if (String.IsNullOrWhiteSpace(username)) throw new ValidationException("Invalid username.");
if (String.IsNullOrWhiteSpace(newPassword)) throw new ValidationException("Invalid newPassword.");

//ValidatePassword(tenant, username, newPassword);
var account = this.GetByUsername(tenant, username);
if (account == null) throw new ValidationException("Invalid username.");

Expand Down

0 comments on commit cb66fdc

Please sign in to comment.