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

Upgrading to 9.3.1 loses custom login module #2749

Closed
doodlleus opened this issue Apr 30, 2019 · 4 comments
Closed

Upgrading to 9.3.1 loses custom login module #2749

doodlleus opened this issue Apr 30, 2019 · 4 comments
Milestone

Comments

@doodlleus
Copy link

upgrading from 9.2.2 to 9.3.1
All of a sudden our custom authentication service (based on the AuthenticationServiceBase class does not render in the UI. The code behind still fires but not a single UI element renders until we swap the enabled suth back to default in the Authentication table in the database.

Looking in the DOM, nothing is being hidden, it is simply not rendered

@doodlleus
Copy link
Author

Ok have done some research on this and it seems that to enable a custom authentication module you still have to leave IsEnabled=True on the Authentication DB table for the DNN provider (effectively meaning that both rows would be set to true). Then, in order to "disable" the DNN provider, you set the portal setting, DNN_Enabled to False. the second part was always the case but the requirement to leave the default provider enabled even if you don't want to use it is a new issue that i believe is a bug

@mitchelsellers
Copy link
Contributor

This is an interesting one, I'll try to dig into this should not be the case.

@mitchelsellers
Copy link
Contributor

Did some digging in this, it was an inadvertent change introduced with this commit 6ae6f17#diff-2ef869097cab8668927ce9c3408adaee

@valadas
Copy link
Contributor

valadas commented May 28, 2019

Closing, PR merged

@valadas valadas closed this as completed May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants