# # ChangeLog for ow/mail.py in OpenWorkouts-current # # Generated by Trac 1.0.17 # Apr 29, 2024, 7:59:01 PM Wed, 20 Feb 2019 20:31:22 GMT Borja Lopez [1829fbf] * ow/mail.py (modified) * ow/static/css/main.css (modified) * ow/static/less/pages/verify_account.less (modified) * setup.py (modified) (#61) Several fixes for the multipart/alternative (text+html) version ... Tue, 19 Feb 2019 17:58:39 GMT Borja Lopez [b8ef4ab] * ow/mail.py (modified) * ow/static/css/main.css (modified) * ow/static/less/main.less (modified) * ow/static/less/pages/verify_account.less (added) * ow/templates/mail_verify_account_html.pt (added) * ow/templates/mail_verify_account_txt.pt (moved) * ow/tests/test_mail.py (modified) (#61) Better templates for "verify your account" emails: - Send a ... Mon, 18 Feb 2019 11:54:45 GMT Borja Lopez [76ebb1b] * development.ini (modified) * ow/__init__.py (modified) * ow/mail.py (added) * ow/migrations/1.py (added) * ow/models/user.py (modified) * ow/templates/mail_verify_account.pt (added) * ow/templates/verify.pt (added) * ow/tests/test_mail.py (added) * ow/tests/views/test_user.py (modified) * ow/utilities.py (modified) * ow/views/user.py (modified) * setup.py (modified) (#29) Add user verification by email on signup. From now on, when a ...