I have just sent you via email thx
just sent, thanks
thanks, will do. by the way, how can I see the source code for this endpoint: connect/token?
2025-10-10 04:13:58.315 +00:00 [Information] Authorization failed. "These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user."
The email should be unique among all tenants. Selecting a tenant is not a good choice.
-- how to update so that the email will be unique?
I know, but we can't do that, the link will be just: abp.io/account/login
what's VerifyBaseUrl? I am using v3 and do we need to set up the Site key and Site secret for each tenant? it's working in production, but it doesn't work in my local
no, only registration has the the tenant info:
Registration: Always start with a link that contains tenant info. For example, send the user a link with the tenant embedded.
the login page doesn't have the tenant info:
Login: Iterate through all tenants to check whether the email exists in any tenant. If a matching username/email + password combination is found in a tenant, log the user in.
ok, but AbpReCaptchaOptions could not be found
I ended up creating my own distributed lock using redis, and it worked