Hi can you share the server/client error log for your project?
Also the steps you did when activating the email on demo.aspnetzero.com ?
GSuite
https://gsuite.google.com/intl/en_sg/
So it's a simple way of collection users you might want to impersonate
Linked accounts not only useful to admin accounts. Normal user account can benefits as well.
e.g. i register an account (email X) with tenant A, then i register another account (email Y) with tenant B.
if i can link these two accounts, i dont have to keep login/relogin everytime i want to switch the account.
Yes. we should remove them.
It will be done with https://github.com/aspnetzero/aspnet-zero-core/pull/2095
as @strix20 mentioned, it should be easy if you maintain a framework branch in your project repository.
See relevant discussions at https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=2486#p5511
https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=9955
Hi, i would think that it is similar to GSuite. Enable user with multiple accounts (e.g. tenant in ANZ context) to switch between them easily (plus ANZ persist these links in db)
Its by design, see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/50bed1a6645ed2cdf1627f56fd32ebcac91f15d6/src/Abp.ZeroCore/Authorization/AbpLoginManager.cs#L141-L162
Please share the name of your controller and the ajax network request in your browser console/network panel.
Hi, did you change anything inside the FindUsers()
?
If possible, please share the code for the method.
Also can you try the following so that we can be sure that the first where clause is the root cause ?
var query = UserManager.Users.Where(u => !userIdsInOrganizationUnit.Contains(u.Id));
var userCount = await query.CountAsync();
Perhaps you can provide the error stack trace log for those 500 http errors? So that we can suggest accordingly.
Can you share the website screenshots and browser console/network panel as well?