netbirdio / dashboard

NetBird Management Service Web UI Panel
https://app.netbird.io
BSD 3-Clause "New" or "Revised" License
273 stars 63 forks source link

New users registered in the self-hosted system cannot receive the email verification code #402

Closed BJorah closed 4 months ago

BJorah commented 4 months ago

I have set up a self-hosted server on my server. Now I want to register a new management user. I use my email address to register, but I can't receive the verification code in my email address. How should I configure it?

微信图片_20240715114231 微信图片_20240715114248
braginini commented 4 months ago

hey @BJorah Havwe you configured SMTP in your IdP? If you are using Zitadel, here is the doc: https://zitadel.com/docs/apis/resources/admin/smtp

BJorah commented 4 months ago

hey @BJorah Havwe you configured SMTP in your IdP? If you are using Zitadel, here is the doc: https://zitadel.com/docs/apis/resources/admin/smtp

How can I get this token? image

BJorah commented 4 months ago

hey @BJorah Havwe you configured SMTP in your IdP? If you are using Zitadel, here is the doc: https://zitadel.com/docs/apis/resources/admin/smtp

Additionally, where should I config the "SMTP in your IdP"? In the docker on the server?or somewhere else? (I use docker to build the server) Please tell me which file should I config .Thanks a lot.

image

heisbrot commented 4 months ago

Hey @BJorah,

when using Zitadel you can configure SMTP directly in the Zitadel interface. You can visit https://yourdomain.com/ui/console/instance?id=smtpprovider to get to the SMTP settings.

CleanShot 2024-07-19 at 11 12 44

BJorah commented 4 months ago

Hey @BJorah,

when using Zitadel you can configure SMTP directly in the Zitadel interface. You can visit https://yourdomain.com/ui/console/instance?id=smtpprovider to get to the SMTP settings.

CleanShot 2024-07-19 at 11 12 44

Thanks for this mothed, I successfully add my smtp config and successfully add new users :) However, in this way ,all users are added into the same net . What I want is that I can create new teams on this self-hosted server, so that they are in different net, and different teams can handle their own net. How can I achieve this requestment?