Skip to content

Commit

Permalink
On the registration page, added an alert that informs the user of the…
Browse files Browse the repository at this point in the history
… password requirements if their password does not meet the requirements. Addresses Issue systers#76. Motivation for this fix is for the user to easily generate a password. Previously, the user had to guess what the password requirements were.
  • Loading branch information
zyang7 committed Apr 16, 2018
1 parent 792ea89 commit ed16af6
Show file tree
Hide file tree
Showing 5 changed files with 2,753 additions and 11,455 deletions.
2 changes: 1 addition & 1 deletion config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
basePath: 'http://localhost:3000/',
googleAuth: {
clientID: '701417346516-33qb38qk06480vh9vg91btfletf6nlqr.apps.googleusercontent.com',
clientSecret: 'bf538d9651594b4b99667f287cdc9fd5',
clientSecret: '45rNBMN0HsoYJmsyxZ3qkHeC',
callbackURL: 'http://localhost:3000/auth/google/callback',
access_type: 'offline'
},
Expand Down
Loading

0 comments on commit ed16af6

Please sign in to comment.