themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 31 forks source link

refactor: simplify email template and adjust theme #131 #625

Closed sovejero closed 1 year ago

sovejero commented 1 year ago

Fixes #131. Removed all the tables structure and made a simple email template

Changing the following values in bootstrap/site.env it can be tested quikly: MAIL_SERVER, MAIL_USERNAME and MAIL_PASSWORD. There's also a rate limit in routes/login.py set to 10 per day to be aware of

themotte welcome email light

zorbathut commented 1 year ago

Looks good! Thanks to both of you for doing this :)