"drpdev2" की गतिविधियाँ

I already logged into the system. But It didn't work!

I faced the exception the same on Chrome. How to fix them?

It seems the framework unstable. I did nothing but rebuild a few times. It worked!

उत्तर

@yekalkan The version of Volo.Abp.Commercial.SuiteTemplates package is 2.5 in my solution. After I upgraded abp suite version to 2.6, I got this issue: Could you share how to fix it?

Hi, My solution is using abp version 2.6.2. The following is ABP packages. You means I should update abp suite?

उत्तर

Hi guys,

I upgraded abp version from 2.6.2 to 2.9 for all cli, suite and my project solution (Angular 9 + Identity Server separated). The new version showed Organization Unit in left-side menu. Everything is OK. But I got this error when I tried to use CRUD page. I checked Volo.Abp.Commercial.SuiteTemplates.dll is latest version 2.9. Could you guide me how to fix? Thanks

उत्तर

Alright, I fixed the error after updating Visual Studio latest version, restart Window, rebuild all the project solution, then run abp suite to CRUD page.

@mehmet, @alper: Thank you. @alper: 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? -> I don't clear. "A user can see other user's public roles". When a user have no permission to go menu Identity management. So Where/what screen to see other user's public roles? Could you give me a example/explain more detail to use "Public" correctly?

1- Regardings the email configuration question, I still cannot use Forget Password in Login screen. Could you guide how to use Forget Password feature? I added the setting in appsettings.json of xxxHttpApi.Host project as the following:

  "Settings": {
    "Abp.Mailing.DefaultFromAddress": "cedricnml@gmail.com",
    "Abp.Mailing.DefaultFromDisplayName": "My Application",
    "Abp.Mailing.Smtp.Host": "smtp.gmail.com",
    "Abp.Mailing.Smtp.Port": "587",
    "Abp.Mailing.Smtp.UserName": "cedricnml@gmail.com",
    "Abp.Mailing.Smtp.Password": "xxxx",
    "Abp.Mailing.Smtp.EnableSsl": "True"
  },

My project is Angular 9 + Identity server separated. Updated Abp version 2.9.0

It raised this error.

Hi @alper Thanks for your explaination for the public role. I tried to disable 2 factor. I configured Email as the following for Forget password. But the error is still occurred. Could you share steps to this feature works ?

उत्तर

Hi @liangshiwei Has the Email setting module released? Where can I enable it? I need to allow all of the built in email settings to be editable in the settings adminstration UI, instead of adding sensitive information to appsetting.json. I think that the email password need to encrypt after input on UI to store to abpSettings table.

One more question, I refered to https://docs.abp.io/en/abp/master/Settings in order to create a class derived from the SettingDefinitionProvider in order to define its settings. But it seems not change any things on Setting screen. Could you guide how to add other settings to display on Setting screen? Thanks.

21 प्रविष्टियों में 1 से 10 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11