Activities of "luke"

My point is, that I've generated the project, your login method doesn't work with the default configuration, and there is no documentation on settings this up, what am I missing?

I'm using the current out-of-the box implementation, template generated in abp suite 5.2.1. Is there any documentation on how this needs to be changed to make it work?

After fixing the first issue. I'm now finding it again in the method which is supposed to create a user if there is not one.

In this screenshot you can see that it's using the AbpClaimTypes.Email which is "email", the claim is not found. Login.cshtml.cs OnGetExternalLoginCallbackAsync()

Then on the register page the email address is prefilled using the standard ClaimTypes.Email object Register.cshtml.cs TrySetEmailAsync()

That worked a charm, thank you :)

Thanks for that :)

Has it made it to the nuget packages yet?

Hi

Yes, it's three users in the tenant when the error is thrown

I'm also wondering if there is a way to have roles which can be used across multiple tenants. Is there no way of doing this?

I see that OrganizationUnits are inheritable, and can be assigned roles. Would it be possible to acheave this somehow using them?

Hello,

I've got an app with a contact list where users can bulk insert Contact. They can select to add these contacts to one or many Group, each group having a ContactGroupMember record.

There's a domain event setup on the creation and deletion of ContactGroupMember which increments Group.Members integer property. I also need to add a record to a log of when users are added and removed from groups.

I'm not sure if I should be using domain events for this or not since it will create many requests to the database in a large queue when the users bulk insert. Should I be handling this entirely manually, or is there a way to disable the domain events when bulk importing, or grouping the events into a single event?

Thank you in advance :)

Showing 11 to 19 of 19 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11