]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/utils/users/users.ts
Check current password on server side
authorChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 14:28:15 +0000 (16:28 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 14:28:27 +0000 (16:28 +0200)
commita890d1e0d30851741392e6e7f14acffe685d28e0
tree40f6d0c4643f795670943e176d60b2e85a0fb6e0
parentbe1206bb934c223893a652be5f1f6c911c9c66be
Check current password on server side
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html
client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
client/src/app/shared/users/user.service.ts
server/controllers/api/users/me.ts
server/middlewares/validators/users.ts
server/tests/api/check-params/users.ts
server/tests/api/users/users.ts
server/tests/utils/users/users.ts