Add ability to reset our password
authorChocobozzz <me@florianbigard.com>
Tue, 30 Jan 2018 12:27:07 +0000 (13:27 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 30 Jan 2018 12:27:07 +0000 (13:27 +0100)
commitecb4e35f4e6c7304cb274593c13cb47fd5078b75
tree1e238002340bc521afde59d52f406e41298a7aac
parent80d1057bfcd3582af0dacf5ccd5a7a93ef95410b
Add ability to reset our password
32 files changed:
.gitignore
client/src/app/app.module.ts
client/src/app/login/login.component.html
client/src/app/login/login.component.scss
client/src/app/login/login.component.ts
client/src/app/reset-password/index.ts [new file with mode: 0644]
client/src/app/reset-password/reset-password-routing.module.ts [new file with mode: 0644]
client/src/app/reset-password/reset-password.component.html [new file with mode: 0644]
client/src/app/reset-password/reset-password.component.scss [new file with mode: 0644]
client/src/app/reset-password/reset-password.component.ts [new file with mode: 0644]
client/src/app/reset-password/reset-password.module.ts [new file with mode: 0644]
client/src/app/shared/users/user.service.ts
client/src/polyfills.ts
client/src/sass/application.scss
config/default.yaml
config/production.yaml.example
package.json
scripts/help.sh
server.ts
server/controllers/api/users.ts
server/helpers/logger.ts
server/initializers/checker.ts
server/initializers/constants.ts
server/lib/emailer.ts [new file with mode: 0644]
server/lib/job-queue/handlers/email.ts [new file with mode: 0644]
server/lib/job-queue/job-queue.ts
server/lib/redis.ts [new file with mode: 0644]
server/middlewares/validators/users.ts
server/models/account/user.ts
shared/models/job.model.ts
tsconfig.json
yarn.lock