Open Closed

Bug: 5.1.2 BLazor: Invalid value in appsettings: "Abp.Mailing.Smtp.Password" leads to Settings Page beeing empty. #2754


User avatar
0
BassaSolutions created
  • ABP Framework version: v5.1.2
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. Get Startup Template. Enable Email Module. Add random invalid text into appsettings.json "Abp.Mailing.Smtp.Password"
  2. Start app. Go to Administration->Settings. "unkown Error" will be shown. Emailing view will be completly blank.

Expected behaviour: PW should be displayed empty when it cannot be decrypted, so that it is still possible to change it via UI.


2 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Thanks for the suggestion. I agree with you on this.

    I will create an internal issue about this and if the team sees it appropriate, we will implement it.


    Closing the issue. Feel free to re-open or create a new issue if you have further questions related to this.

  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    https://github.com/abpframework/abp/pull/11985

    We solved the problem, it will be in use with the 5.2.0-rc.2 version, FYI.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11