Fixed and closed #446: Display Name textbox cleared after user creation.
This commit is contained in:
parent
4159171c63
commit
c9b6b8b7b2
2 changed files with 3 additions and 2 deletions
|
@ -190,6 +190,7 @@ namespace ScrewTurn.Wiki {
|
|||
private void ResetEditor() {
|
||||
txtUsername.Text = "";
|
||||
txtUsername.Enabled = true;
|
||||
txtDisplayName.Text = "";
|
||||
txtEmail.Text = "";
|
||||
chkSetActive.Checked = true;
|
||||
providerSelector.Enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue