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

Update website templates to set User Registration to None by default #4916

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

david-poindexter
Copy link
Contributor

Summary

Resolves #4893

@david-poindexter david-poindexter changed the title Update website templates to set user registration to None by default Update website templates to set User Registration to None by default Nov 22, 2021
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

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

Looks good to me, for other reviewers, that enum is defined here:

public enum PortalRegistrationType
{
/// <summary>
/// Disabled Registration
/// </summary>
NoRegistration = 0,
/// <summary>
/// Account need be approved by portal's administrator.
/// </summary>
PrivateRegistration = 1,
/// <summary>
/// Account will be available after post registration data successful.
/// </summary>
PublicRegistration = 2,
/// <summary>
/// Account will be available by verify code.
/// </summary>
VerifiedRegistration = 3,
}

Thanks @david-poindexter

@david-poindexter
Copy link
Contributor Author

@valadas thanks for linking that. Honestly, that's what took me so long - finding that enum! 😆

@bdukes bdukes merged commit 3d3eda6 into dnnsoftware:release/9.11.0 Nov 22, 2021
@david-poindexter david-poindexter deleted the issue-4893 branch November 28, 2021 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants