This extension for DNN allows you to switch from the default DNN login, to use a more user-friendly approach that requires entering a code from your email account.
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
[ ] None, please continue to work for me for free :P
[ ] Absolutely, I get value out of this!
[ ] Maybe later
[x] I'm already a sponsor... Woot!
Describe the bug
The logo processing logic was not using the same method to retrieve the PortalSettings. It also is using a less consistent method for getting the PortalAlias.
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
Describe the bug
The logo processing logic was not using the same method to retrieve the
PortalSettings
. It also is using a less consistent method for getting thePortalAlias
.Software Versions
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Use the
DnnGlobal
wrapper class.Actual behavior
Use the DNN
PortalController
class directly.Screenshots
N/A
Error log
N/A
Additional context
N/A