mataroa-blog / mataroa

Naked blogging platform
https://mataroa.blog
GNU Affero General Public License v3.0
264 stars 20 forks source link

Open/close account creation mechanism #76

Open ratsclub opened 3 months ago

ratsclub commented 3 months ago

I would like to be able to open and close account registration through some mechanism. My ideas:

The first is easier to implement, but requires the admin to restart the application. The latter allows the admin to change a value on the Django admin console, but introduces more code.

sirodoht commented 3 months ago

I would say environment variable. I'd rather we don't have settings for how the app works in the database.