Activities of "safi"

Hi

Yes tried in private window too but same error is coming so is it possible to connect via zoom?

Thanks,

Hi

Abp framework version : 4.1.1 UI Type : MVC DB Provider : EF Core Tiered or Identity Server Separated : No Steps to reproduce the issue : I am using commercial version of abp so after logged in as admin If I click on manage profile that time I am getting this issue.

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

Thanks for the reply but I am using volo.abp.emailing and in above link they are using inbuilt email sending functionality but I want to use default emailing functionality which is provided by abp.

Please suggest me for the same

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 am using below code to show dropdown list and by using this code I am able to select multiple items from list.

<Select TValue="string" SelectedValues="@editcountries" SelectedValuesChanged="ChangeCountriesCallback" Multiple="true">
    <SelectItem TValue="string" Value="null"></SelectItem>
        @foreach (var country in SelectedCountries)
        {
            <SelectItem TValue="string" Value="@(country.Key)">
                @country.Value
            </SelectItem>
    }
</Select>

But now, I want to add multi select with checkbox this functionality so please suggest me.

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

Thanks for the reply. Actually I have 3 roles i.e admin, QA and visitor so admin will have all the permission so it's already happening. Now I want to restrict sections for reamining two roles so do I need to define pages permission here?

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,

Showing 311 to 320 of 347 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13