Disabling welcome.domain signup?

I would have sworn that I had that disabled on my previous self-hosting setup, so the only way to sign up was by me running the “scripts/generate-signup-link.sh” script, but now that I’m rebuilding it I can’t seem to find anything saying how to disallow signing up new accounts from the welcom.domain web site.

Have the docs changed, or did I just get stupider over the last year that I’m not seeing how to do this?

Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online servicesphone

Hi,

This has never been documented, so you’re not stupid :smiley:

Best (as: simplest) solution I found so far is to stop the container:

  • change its restart from always to unless-stopped in compose file
  • stop it with docker-compose stop welcome

There is also a frozen open issue for welcome moderation: Allow welcome moderation for self-hosted (#5979) · Issues · e / Backlog · GitLab

1 Like