Open Closed

Log out / Manage account links in the default layout #320


User avatar
0
XavierRM created

Hello,

We have a project we created using ABP Suite. We worked on it for a few days, and realized that the user dropdown links (used to log out and manage my account) have disappeared from the interface. We still use the default layout, and have not customized the top menu, and so we have no idea how to make these links reappear. One thing that may have caused this is that we removed the ABP modules that we thought we didn't need, and maybe these links were provided by one of these modules - however, we cannot access the UI source code, and there is zero documentation on that matter, so I'm not sure what to do next to fix that problem.

Would it be possible to get some indications about that part of the UI, that could help us bring these links back?

  • ABP Framework version: v2.9.0
  • UI type: MVC
  • Tiered (MVC) or Identity Server Seperated (Angular): no

What we want:

What we currently have:


3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi ,

    Try add AbpAccountPublicWebIdentityServerModule module to your .Web project module dependencies.

  • User Avatar
    0
    XavierRM created

    Thank you for your answer. We already have this module installed. Here is our current modules list (for the Web project) :

        [DependsOn(
            typeof(MyProjectHttpApiModule),
            typeof(MyProjectApplicationModule),
            typeof(MyProjectEntityFrameworkCoreDbMigrationsModule),
            typeof(AbpAutofacModule),
            typeof(AbpIdentityWebModule),
            typeof(AbpAccountPublicWebIdentityServerModule),
            typeof(AbpAuditLoggingWebModule),
            typeof(LeptonThemeManagementWebModule),
            typeof(AbpAccountAdminWebModule),
            typeof(AbpIdentityServerWebModule),
            typeof(LanguageManagementWebModule),
            typeof(AbpAspNetCoreMvcUiLeptonThemeModule),
            typeof(TextTemplateManagementWebModule)
            )]
    

    Do you have any other suggestion ?

  • User Avatar
    0
    XavierRM created

    We found what the problem was. Someone tinkered with the menu providers and the account menu provider was removed. Sorry for bothering you

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