0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/test
Juan Picado @jotadeveloper f1416ed557
feat: add support for profile cli command #392 (change password) (#1034)
* feat: add support for profile cli command #392

- it allows to update password npm profile set password
- display current profile npm profile get

https://docs.npmjs.com/cli/profile

* chore: update @verdaccio/types@4.0.0

* feat: add min password length

on npm by defaul is min 7 characters, this might be configurable in the future.

* chore: update verdaccio-htpasswd@1.0.1

* refactor: update unit test

* refactor: provide friendly error for tfa request

* test: api profile unit test

* chore: fix eslint comment

* test: update profile test

* chore: set mim as 3 characters
2018-10-12 11:07:55 +02:00
..
e2e refactor: added user's greetings (#1027) 2018-10-11 23:48:40 +02:00
flow/plugins feat: add support for profile cli command #392 (change password) (#1034) 2018-10-12 11:07:55 +02:00
functional refactor: replace all 404 with NOT_FOUND constant (#1050) 2018-10-05 08:20:43 +02:00
integration refactor: add prettier for yaml files (#931) 2018-08-20 16:31:39 +02:00
lib feat: add support for jwt on api (#896) 2018-08-21 08:05:34 +02:00
types refactor: functional testing 2018-06-23 20:57:16 +02:00
unit feat: add support for profile cli command #392 (change password) (#1034) 2018-10-12 11:07:55 +02:00
.eslintrc build: update jest dependencies 2018-01-15 23:04:58 +00:00
jest.config.e2e.js refactor: get rid of jest warnings 2018-06-27 08:52:52 +02:00
jest.config.functional.js refactor: get rid of jest warnings 2018-06-27 08:52:52 +02:00
test.conf.js refactor: add more constants 2018-06-26 06:15:09 +02:00