Skip to content

Commit ed1a033

Browse files
committed
docs(NET-1508): add docs for new user management
1 parent dc8b4fc commit ed1a033

20 files changed

+281
-33
lines changed

examplecode/netmaker.default.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,14 @@ FRONTEND_URL=
6868
AZURE_TENANT=
6969
# https://oidc.yourprovider.com - URL of oidc provider
7070
OIDC_ISSUER=
71+
# config for sending emails
72+
# mail sender type (smtp or resend)
73+
EMAIL_SENDER_TYPE=smtp
74+
# mail server host
75+
SMTP_HOST=smtp.gmail.com
76+
# mail server port
77+
SMTP_PORT=587
78+
# sender email
79+
EMAIL_SENDER_ADDR=
80+
# sender email auth
81+
EMAIL_SENDER_AUTH=
59.7 KB
Loading
49 KB
Loading

images/usr-mgmt/create-group.png

80.7 KB
Loading
94.9 KB
Loading
104 KB
Loading
93.2 KB
Loading

images/usr-mgmt/groups.png

60.1 KB
Loading

images/usr-mgmt/invite-user.png

99.8 KB
Loading

images/usr-mgmt/invites.png

70.1 KB
Loading

0 commit comments

Comments
 (0)