Tonterias2 / spingularchatsql6

Chat service created with Jhipster V6.1.0 and PostgreSQL
https://spingular.herokuapp.com
1 stars 5 forks source link

Password History #39

Open Goldilakhmani opened 4 years ago

Goldilakhmani commented 4 years ago

Password History should be kept in the database based on the configuration, so if we update the configuration for the user for all user it should be applied. Let say I want for my deployed Application a user last 3 passwords should be saved and the user cannot use the same password for creating a new password. It should be driven based on configuration, so if someone else wants to deploy spingular chat Application in their own server and want last 5 password to be stored and user cannot use same password to reset old password

Tonterias commented 4 years ago

Important (3), Easy2Deliver (??) and Knowledge (??)

I agree. How would you do it? Is it a lot of work?

I think this piece is something that we can even give back to Jhipster as something that can be added as an extra in Jhipter since most apps would need it. Probably they haven't done it because it is not so demanded until the app is mature.