-
Notifications
You must be signed in to change notification settings - Fork 754
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
Improve server screen UI #5152
Improve server screen UI #5152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @donker, wouldn't we need to do the same changes on
/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpAdminController.cs
that you did on
/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs
since the SMTP service on the javascript end checks if the user is an admin or a host and then calls a different end point?
Good catch. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks @donker
Good job @donker - thanks for the quick contribution on this! |
Fixed an issue that prevented sending smtp test emails Due to the UI changes in dnnsoftware#5152 the frontend now posts an obfuscated password unless the user is currently changing the password. That scenario got handled correctly for UpdateSmtpSettings but the same logic needed to be implements in SendTestEmail for that button to work fine.
Fixed an issue that prevented sending smtp test emails Due to the UI changes in #5152 the frontend now posts an obfuscated password unless the user is currently changing the password. That scenario got handled correctly for UpdateSmtpSettings but the same logic needed to be implements in SendTestEmail for that button to work fine.
Fixed an issue that prevented sending smtp test emails Due to the UI changes in dnnsoftware#5152 the frontend now posts an obfuscated password unless the user is currently changing the password. That scenario got handled correctly for UpdateSmtpSettings but the same logic needed to be implements in SendTestEmail for that button to work fine.
Improves the edit boxes UI