Activities of "maliming"

Unable to disable the local login

Email confirmation email not coming. Email verification code not coming

Check your xxxDomainModule. It will use NullEmailSender in DEBUG mode.

#if DEBUG
    context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

Verification Code – options not asking weather email/phone type?

The SMS verification code may be only numbers. The email verification code may be a URL.

Also, I can’t able find the method to custom claims mapping while inserting the user For example, from Azure we need to insert Name, Surname. I am not able set the claims from Azure to User Table. This very critical we are moving to production very soon.

Can you share the code that configure Azure authentication?

some of delete function not working.

Please explain it in details.

Same question https://support.abp.io/QA/Questions/1277#answer-ac625415-03d3-8d1b-abf9-39fc6c6111d3

hi

They are the application services of blogs.

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs#L9

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo/Blogging/Admin/Blogs/IBlogManagementAppService.cs#L10

does the script move the data back to the host database ?

No, You should do this manually.

Answer

hi

Can you share the http request details?

hi

Refunded

Answer

hi

Please check your app logs. Logs/logs.txt

hi

You can add your property to claims.

https://docs.abp.io/en/abp/4.3/Authorization#claims-principal-factory

hi alexander.nikonov

Please create a new question. Thanks.

hi Can you explain in details?

Showing 7811 to 7820 of 8484 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56