alexbates / Tamari

A fully-featured recipe manager web application built using Python and the Flask Framework.
https://tamariapp.com
GNU General Public License v3.0
68 stars 1 forks source link

Feature Request : Locking new registrations #6

Closed IlanKD closed 1 week ago

IlanKD commented 1 week ago

Hi again,

It would be cool if we could lock new registrations in order to keep the website for private use.

Thanks for your cool tool ! It's really pretty too.

alexbates commented 1 week ago

Good idea and thanks for suggesting! I implemented this today. You can now disable registrations in config.py, or if using Docker can add "-e REG_DISABLED=True" to the "docker run" command. Pushed new v0.9 Docker images to support this. I will close this issue.