]> git.example.dev Git - binbsis50.git/commit
added ability for registered users to reset their forgotten password
authorLuigi Pinca <luigipinca@gmail.com>
Sun, 1 Jul 2012 08:00:28 +0000 (10:00 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Sun, 1 Jul 2012 08:00:28 +0000 (10:00 +0200)
commitb99e88d817f8e7f6451ff40126a04c598cc4e536
tree4d39c4b928dfbd69d3634455a16e1093dcafcae5
parent659ab171a36152698249c29b94483c796179a0d8
added ability for registered users to reset their forgotten password
13 files changed:
app.js
config.json
lib/email/mailer.js [new file with mode: 0644]
lib/email/template.jade [new file with mode: 0644]
lib/email/template.txt [new file with mode: 0644]
package.json
public/static/css/style.css
routes/site.js
routes/user.js
views/changepasswd.jade
views/login.jade
views/recoverpasswd.jade [new file with mode: 0644]
views/resetpasswd.jade [new file with mode: 0644]