jhipster-vuejs
jhipster-vuejs copied to clipboard
Use sameAs function in confirm password
-
Please make sure the below checklist is followed for Pull Requests.
-
[x ] All continuous integration tests are green
-
[ x] Tests are added where necessary
-
[ x] Documentation is added/updated where necessary
-
[ x] Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed
changes in validations (Vuelidate): check if the passwords match in the views "change-password" and "reset-password-finish". With the use of the sameAs function it is not necessary to check the password length. The same can be applied in the registry but I leave that to you
Thanks for your contribution here @yuniel-acosta But maybe you don't know, Vue has been integrated directly to main generator-jhipster so I think it's better to propose your change directly there, instead of this repo
Can you open the same PR there, plz ?
ok i will update the repo generator-jhipster and make the relevant changes. My question is, is this repository going to be obsolete