From contact method | Email contact method 20 |
---|---|
Item | Git commits |
Item version number | 1 |
Home: https://github.com/mikemintz/deme
Commit: afb16783373a8881e5be393f13ebfc91e1a9158e
https://github.com/mikemintz/deme/commit/afb16783373a8881e5be393f13ebfc91e1a9158e
Author: Michael Huang <mikhuang@gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
A deme_django/modules/demeaccount/forms.py
M deme_django/modules/demeaccount/models.py
A deme_django/modules/demeaccount/templates/demeaccount/forgot.html
M deme_django/modules/demeaccount/templates/demeaccount/loginform.html
A deme_django/modules/demeaccount/templates/demeaccount/notification/forgot_email.html
M deme_django/modules/demeaccount/views.py
Log Message:
-----------
Basic email sending
Commit: adde185d53078555dd7267dc71b055b68c81f43d
https://github.com/mikemintz/deme/commit/adde185d53078555dd7267dc71b055b68c81f43d
Author: Michael Huang <mikhuang@gmail.com>
Date: 2016-09-16 (Fri, 16 Sep 2016)
Changed paths:
M deme_django/cms/base_viewer.py
M deme_django/cms/templates/base_layout.html
A deme_django/modules/demeaccount/migrations/0002_auto__add_field_demeaccountversion_last_login__add_field_demeaccount_l.py
M deme_django/modules/demeaccount/models.py
M deme_django/modules/demeaccount/templates/demeaccount/loginform.html
M deme_django/modules/demeaccount/templates/demeaccount/notification/forgot_email.html
M deme_django/modules/demeaccount/views.py
M deme_django/settings.py_EXAMPLE
M deme_django/static/css/deme.css
M deme_django/static/less/deme/base.less
Log Message:
-----------
Implement basic forgot password reset email
Compare: https://github.com/mikemintz/deme/compare/afb16783373a^...adde185d5307