Skip to content

Commit

Permalink
GH-12 Convert code task to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Feb 28, 2018
1 parent 0415892 commit 210a231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R7.Dnn.AddUser/AddUser.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ protected void buttonAddUser_Click (object sender, EventArgs e)
linkDone.NavigateUrl = Globals.NavigateURL ();
}
}
// TODO: Add custom messages for duplicated display names
else if (addUserResult.UserCreateStatus == UserCreateStatus.UsernameAlreadyExists) {
this.Message (string.Format (
LocalizeString ("UserCreateStatus_UsernameAlreadyExists.Text"), addUserResult.User.Username),
Expand Down

0 comments on commit 210a231

Please sign in to comment.