Activities of "Anjali_Musmade"

Hello,

Please check this similar issue https://gist.github.com/mehmet-erim/c4e5c7a760388b0fdb21049325e54960

Thanks.

Hello,

I have checked your log files there is no any error or exception Please check out https://support.abp.io/QA/Questions/1015/Email-is-not-coming-after-forgot-password#answer-5c4820a3-7106-c96a-26bd-39fb323e3594 if it helps you.

Thanks

Hello,

Could you please change "@volosoft/abp.ng.theme.lepton-x": "~3.1.1", . After that delete yarn.lock file. Run yarn command and then run npm start please let me know if it helps you.

thanks

Hello,

when you use command abp update it has updated to latest stable version 8.1.3 If you want to update it to 8.1.0 that time you should use command like abp update --version 8.1.0

Please check your abp cli version also it should updated to 8.1.0 then it will work

FYI when you want to update your abp application from one version to another you need to follow migration guide https://docs.abp.io/en/abp/latest/Migration-Guides/Index

Thanks

Hello,

please check similar issue https://support.abp.io/QA/Questions/1790/Forgot-Password--password-reset-codelink-not-send-to-email

thanks

Hello,

please check User Component

Thanks

Hello,

please check Identity Files

Thanks

Hello,

I have used 8.0.5 version I have checked at my end it's working fine.

Thanks

Hello,

To Customize UserComponent you have to add Identity Module as a Project in your application. It will result like

Now you have to add your custom component under this folder as shown in image

and then add below code in identity-routing.module.ts

    {
        path: 'users',
        component: ReplaceableRouteContainerComponent,
        data: {
          requiredPolicy: 'AbpIdentity.Users',
          replaceableComponent: {
            key: eIdentityComponents.Users,
            defaultComponent: MyComponentComponent,
          } as ReplaceableComponents.RouteData<MyComponentComponent>,
        },
      },

It will replace your component.

Thanks

Hello,

could you please share any code snippet to reproduce the issue or you may share any sample project at support@abp.io so that we can better assist you.

Thanks

Showing 121 to 130 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30