Activities of "alper"

we are still investigating the issue.

you can implement it yourself via SignalR. This is the official doc https://docs.abp.io/en/abp/latest/SignalR-Integration And I wrote an article to show how to add notification functionality. It's the simplest form. But you can add your bell icon and make fancy animations etc..

https://community.abp.io/articles/send-realtime-notifications-via-signalr-tsp2uqd3

also I deleted your GitHub link because it's not allowed to share the commercial solution publicly

you cannot use the same organization entity in your module because modules must be independent and not tight coupled to main solution. therefore you need to create a new (duplicate) organization in your module eg: MyOrganization and map the original organization to MyOrganization. otherwise your module cannot be a real module. as a summary, you shouldn't need your main application while developing your module. otherwise it cannot be a reusable module.

v4.3 is already full. let the team decide its implementation date. I created the issue.

yes it must be in the Page or in in _ViewImports.cshtml

Andrew,

There's no self tenant registration feature right now I created an internal issue for your request (volo/issues/5794) As a workaround you can create a custom page, inject ITenantManager and use the following method

Task<Tenant> CreateAsync(string name, Guid? editionId = null)

finally reproduced it :)

  • Username is admin
  • Password is 1q2w3E*

email is not being sent in DEBUG mode. the implementation of the IEmailSender is NullEmailSender and it doesn't send emails in debug mode see https://docs.abp.io/en/abp/latest/Emailing#nullemailsender

I've explained how to send real emails in debug, read https://support.abp.io/QA/Questions/226/How-to-configure-email-settings

Showing 1101 to 1110 of 1955 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.