Activities of "alper"

hi @ninomartini, I've filed the Angular enum naming issue. thank you!

yes, I found the missing localization and added it. you'll see it fixed in the next version.

I'll check it again.

this is fixed in this commit https://github.com/abpframework/abp/commit/0881683b663842c9c36504526a3c94276b9a1a82

did you completely update all packages (especially Identity module)

you can create a new application service to get your menu items and create your own main menu in Angular.

added @mehmet to the conversation. @mehmet can you point out where Bennie can build the Angular main menu. he wants to create the main menu from database (host)

thnx for the feedback

@mehmet can you check it again.

1- To configure your email settings, check out this post 3- Setting public to a role will not change its behaviour. Public = true means "A user can see other user's public roles". I couldn't understand what you want to do?

The email settings can be configured in several places. The easiest one is using appsettings.json.

The settings can also be retrieved from;

Getting settings from AbpSettings table


In debug mode, application will not send email (this is by design to avoid sending unwanted emails) it only logs the email content in your log file. See the NullEmailSender implementation

To send real emails even in debug mode, remove the marked code.


Important notice: The password field is encrypted, therefore you need to write the password as encrypted.

How to encrypt my email password? You can encrypt your email password with IStringEncryptionService

Inject IStringEncryptionService interface to a page model or wherever you can resolve, (you can also create simple encryption console app)

Check out How-can-I-store-email-settings-in-database

How / Where can I configure my email settings to send emails?

Showing 1741 to 1750 of 1957 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30