How to disable email verification for admin account #61

Open
opened 2023-02-01 08:25:01 +00:00 by dillfrescott · 5 comments
dillfrescott commented 2023-02-01 08:25:01 +00:00 (Migrated from github.com)

I am self hosting this service and it shows:

Screenshot 2023-02-01 032240

How do I get the code to make that section go away?

I am self hosting this service and it shows: ![Screenshot 2023-02-01 032240](https://user-images.githubusercontent.com/56714680/215989520-06d0ffb2-fd1c-4b6e-881a-55fe3ec43cc7.png) How do I get the code to make that section go away?
v0l commented 2023-02-01 09:42:57 +00:00 (Migrated from github.com)

Are you using redis backend or postgres?

Are you using redis backend or postgres?
dillfrescott commented 2023-02-01 19:43:08 +00:00 (Migrated from github.com)

Just the docker install. Does it need postgres?

Just the docker install. Does it need postgres?
v0l commented 2023-02-01 20:07:40 +00:00 (Migrated from github.com)

Its better if you use the docker compose setup, you can run it simply with docker compose up -d

Or if you cannot use docker compose then you should checkout the compose setup and replicate it (including config)

https://github.com/v0l/void.cat/blob/v4-re/docker-compose.yml

Its better if you use the docker compose setup, you can run it simply with `docker compose up -d` Or if you cannot use docker compose then you should checkout the compose setup and replicate it (including config) https://github.com/v0l/void.cat/blob/v4-re/docker-compose.yml
v0l commented 2023-02-01 20:14:38 +00:00 (Migrated from github.com)

Currently there is no way to to disable the email verification, if you want people to sign up then you will have to configure SMTP settings otherwise their accounts will be auto-deleted

Currently there is no way to to disable the email verification, if you want people to sign up then you will have to configure SMTP settings otherwise their accounts will be auto-deleted
dillfrescott commented 2023-02-01 20:31:35 +00:00 (Migrated from github.com)

Gotcha. Thank you for the info!

Gotcha. Thank you for the info!
Kieran added the
enhancement
label 2023-05-09 16:54:36 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/void.cat#61
No description provided.