Activities of "safi"

Hi

I am using abp io with blazor and followed this link https://support.abp.io/QA/Questions/303/How-can-I-store-email-settings-in-database to store settings into abpsettings table for email sending functionality. store email settings into db

Now, I have removed email settings from appsettings.json file and trying to send email so getting success screen like please check your inbox but not receving it mail. Please help me.

It's little bit urgent.

Thanks,

Hi

I am trying to update my details so getting error after clicking on manage profile option. Please see the below screenshot for the same and let me know why I am getting this.

Thanks,

Hi

I am trying to use forgot password functionality and for this added below settings into appsettings.json file but after that getting this error

Please suggest me for the same and expecting fast response.

"Settings": { "Abp.Mailing.Smtp.Host": "smtp.gmail.com", "Abp.Mailing.Smtp.Port": "587", "Abp.Mailing.Smtp.UserName": "sender@gmail.com", "Abp.Mailing.Smtp.Password": {encrypted_password}, "Abp.Mailing.Smtp.Domain": "", "Abp.Mailing.Smtp.EnableSsl": "true", "Abp.Mailing.Smtp.UseDefaultCredentials": "false", "Abp.Mailing.DefaultFromAddress": "noreply@xyz.com", "Abp.Mailing.DefaultFromDisplayName": "Sample XYZ Name" },

Tried with defaultcredential = true as well but still getting the same error. I am using commercial volo.abp.emailing.

Thanks,

Hi

I want to know how to securely access the host APIs from postman like how do we set oauth tokens etc.

Thanks,

Hi

I want to add multi select dropdownlist with select all option. I tried to use select tag with multiple =true property so it's working but wants to add checkboxes as well with select all option. Please suggest me solution for the same.

Thanks,

Hi

I have some roles so wants to restrict some sections as per role so is it possible to provide permission while generaing the migration and how we can do this via seed.

Thanks,

Hi

I have integrated commercial code into my open source so downloaded modules folders as per my need so after that resolved all the errors and db creation is also one. Now, it's creating only empty tables no seed data as well as no default data is inserting into a tables. Also If I am running migrator it's asking for abp license so can you please suggest me solution for this.

Thanks,

Hi

I want to integrate saas folder or porject into my open source so can you please suggest me for the same.

Thanks,

Hi,

I want to show current abp version into my application so is there any way to get this. Please let me know.

Thanks,

Hi

I have modified login page as per this link but after this values are not coming for @L["OrLoginWith"] and @L[" AreYouANewUser "] so I inspect the page so can you please suggest me for this. This is happening after modified the login page.

Thanks,

Showing 41 to 50 of 61 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13