mataroa-blog / mataroa

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

Open/close account creation mechanism #76

Open ratsclub opened 1 month ago

ratsclub commented 1 month 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 1 month ago

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