Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNN-22224: Registration form registering is failing when Use email as… #2212

Merged
merged 1 commit into from
Aug 14, 2018

Conversation

Mohtshum
Copy link
Contributor

@Mohtshum Mohtshum commented Aug 7, 2018

… username

fixes #2213

@tpluscode tpluscode added the esw Issues reported by ESW team or Evoq customers label Aug 7, 2018
@@ -569,7 +569,7 @@ private bool Validate()

if (_IsValid)
{
var name = User.Username;
var name = User.Username ?? User.Email;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to option (Use Email as Username) is enabled

Copy link
Contributor

@mitchelsellers mitchelsellers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mitchelsellers mitchelsellers merged commit cbf2b9e into dnnsoftware:development Aug 14, 2018
@ohine ohine added this to the 9.2.2 milestone Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
esw Issues reported by ESW team or Evoq customers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot create new user with email address as username
4 participants