The request for new users does not appear

Hi all! Colleagues, please tell me, confirmation for new users is not coming…
I remember exactly that I confirmed new users and they could log in…

I put it like this

docker pull vaultwarden/server:latest
docker run --rm -it vaultwarden/server /vaultwarden hash
docker run -d --name vaultwarden -e ADMIN_TOKEN=‘my_token’ -v /opt/vaultwarden/:/data/ -p 8088:80 -p 3012:3012 vaultwarden/server:latest

Version 2024.1.2

Nginx with reverse proxy is also used

Docker Compose version v2.24.7

The account will appear in the administrator console…
Although in the organization column there is only the main account.

Shows that there are 2 users, which is generally true

In general, I can’t log in as a new invited participant, I swear that the username or password is incorrect…
I can only log in under the one that I created first and under which I started the organization.

According to the settings, everything seems to be fine. Where to dig?..

I figured it out, it’s more likely due to a lack of understanding…
The user had to register, and not just try to log in…
I also added smtp for confirmation, which greatly simplified registration.