Commit Graph

1574 Commits (1d56a2572a6e7c38b7455d68cc295c9406325427)

Author SHA1 Message Date
Sahat Yalkabov ac61a33867 Cleaned up and refactored reset password template 2014-02-18 02:58:16 -05:00
Sahat Yalkabov b29b0c7965 Updated schema's default values for password token and expires fields 2014-02-18 02:57:57 -05:00
Sahat Yalkabov 597f137a2b Update flash message on successful forgot password request 2014-02-18 02:38:31 -05:00
Sahat Yalkabov 43e2afd607 Update contributing section 2014-02-18 02:33:57 -05:00
Sahat Yalkabov 71c5d31521 Update POST /forgot description. 2014-02-18 02:20:56 -05:00
Sahat Yalkabov ffb2c7b798 Refactor Forgot controller 2014-02-18 02:15:03 -05:00
Sahat Yalkabov 76a73943f4 Converted workflow/eventemitter code to async.waterfall 2014-02-18 02:09:51 -05:00
Sahat Yalkabov 6549966a16 Update error flash message, redirect to /forgot if no reset token is found or if it has expired 2014-02-18 01:40:03 -05:00
Sahat Yalkabov 58c3db89ed Updated expiration of password token to 1hr, updated flash message when email is sent with password recovery instructions. 2014-02-18 01:16:34 -05:00
Sahat Yalkabov 4d5102e383 Various grammar corrections and clarifications 2014-02-18 00:55:39 -05:00
Sahat Yalkabov fe254500e4 Update README.md 2014-02-18 00:29:46 -05:00
Sahat Yalkabov bde061debf Removed user _id from reset route. Use only token value. It's random enough that you don't need to include user id as well. 2014-02-17 20:46:21 -05:00
Sahat Yalkabov 0777294c98 Updated email template text, removed token salting, changed token to base64 (24bit) 2014-02-17 20:45:29 -05:00
Sahat Yalkabov 7e06b6a161 Add title "Forgot Password" to GET /forgot template 2014-02-17 19:46:37 -05:00
Sahat Yalkabov 27dab8fbf9 Removed redundant check for empty email address field 2014-02-17 19:45:33 -05:00
Sahat Yalkabov 89a8b72181 Updated forgot password and login templates 2014-02-17 19:44:51 -05:00
Sahat Yalkabov fcd8773518 Updated login template 2014-02-17 19:36:06 -05:00
Sahat Yalkabov 4092ef56ce Removed box-shadow on btn-link in default theme 2014-02-17 19:33:08 -05:00
Sahat Yalkabov 40fe314336 Update FAQ 2014-02-17 19:26:43 -05:00
Sahat Yalkabov de1ee38f8e Swapped Gmail for Sendgrid on Forgot Password Send Email workflow 2014-02-17 18:54:46 -05:00
Dan Stroot 1faf279877 Added complete password reset function 2014-02-17 10:00:43 -08:00
Sahat Yalkabov 64598cf20a Update socket.io guide to include server.listen() 2014-02-17 11:56:03 -05:00
Sahat Yalkabov c6e197d940 Added two new client-side libraries to the list 2014-02-16 10:38:40 -05:00
Sahat Yalkabov 04b7e2f749 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update packages table
  Added a table with list of packages + descriptions
2014-02-15 13:38:45 -05:00
Sahat Yalkabov 2569315212 Update Flatly theme 3.0.3 to 3.1.1 2014-02-15 13:38:29 -05:00
Sahat Yalkabov 6d9ecb651a Update Bootstrap to v3.1.1 2014-02-15 13:35:27 -05:00
Sahat Yalkabov e6cce03dbb Update Readme 2014-02-15 13:33:13 -05:00
Sahat Yalkabov dc3e6eee5f Update packages table 2014-02-14 13:12:26 -05:00
Sahat Yalkabov 7bb855d56d Added a table with list of packages + descriptions 2014-02-14 13:09:43 -05:00
Sahat Yalkabov 5833a206f3 Updated formatting 2014-02-14 12:28:01 -05:00
Sahat Yalkabov 6b49d10fc3 Check if there is an account with provided email when linking with Facebook strategy 2014-02-14 12:26:47 -05:00
Sahat Yalkabov 3016af41e5 Update Google Strategy 2014-02-14 12:24:23 -05:00
Sahat Yalkabov 52276b3755 Check if there is an account with a given email address when linking GitHub strategy. 2014-02-14 12:23:50 -05:00
Sahat Yalkabov 2ba1bee9ec Updated flash message in Google Strategy 2014-02-14 12:02:07 -05:00
Sahat Yalkabov 66637842fc Merge branch 'master' of https://github.com/robjohnson189/hackathon-starter into robjohnson189-master
* 'master' of https://github.com/robjohnson189/hackathon-starter:
  Check if there is already an account that isn't linked to a google account but uses the google accounts email address
2014-02-14 11:54:47 -05:00
Sahat Yalkabov 581e8d5fe0 Update how to remove auth providers 2014-02-14 11:51:20 -05:00
Sahat Yalkabov 27588154a1 Merge branch 'master' of github.com:sahat/hackathon-starter
* 'master' of github.com:sahat/hackathon-starter:
  Added instructions on how to remove auth providers
2014-02-14 11:45:17 -05:00
Sahat Yalkabov 12b5848243 Added instructions on how to remove auth providers 2014-02-14 11:44:48 -05:00
Sahat Yalkabov 0d8cdd38f1 Added comments explaining what each authentication strategy is used for. 2014-02-14 11:29:28 -05:00
Sahat Yalkabov b64ba9bfa5 Code style formatting 2014-02-14 10:54:03 -05:00
Sahat Yalkabov a224af8dfe Merge branch 'master' of https://github.com/dmamills/hackathon-starter
* 'master' of https://github.com/dmamills/hackathon-starter:
  check for null email for gravatar
2014-02-14 10:52:04 -05:00
Sahat Yalkabov 0494710b52 Add nodejitsu deployment instructions 2014-02-14 09:21:10 -05:00
Daniel Mills c5a5b4fb9f check for null email for gravatar 2014-02-14 00:14:21 -05:00
Robert Johnson 077154056c Check if there is already an account that isn't linked to a google account but uses the google accounts email address 2014-02-13 20:54:09 -06:00
Sahat Yalkabov 045f6d46df Add 4 new mongoose queries to mongoose cheatsheet 2014-02-13 10:03:35 -05:00
Sahat Yalkabov d97e05434f Add Facebook profile photo to /me section 2014-02-12 15:06:22 -05:00
Sahat Yalkabov 2d8188c8df UI improvements to "My friends list" on Facebook API page 2014-02-12 14:59:51 -05:00
Sahat Yalkabov f967c5ca20 Added extra profile information on Facebook API page for "/me" 2014-02-12 14:24:31 -05:00
Sahat Yalkabov dae1c8f2db Updated FAQ 2014-02-12 13:28:55 -05:00
Sahat Yalkabov 8bd9c0c71c Update nodejitsu logo 2014-02-11 13:04:53 -05:00