Password History

Hi,

Using Jasper Community 6.4.2, is there a way to set up password history requirements?

I have set up the password format (capitals, numbers etc) but is there a way to enforce the history, so the same password cannot be used for the last N passwords, or 90 days or something similar?

Thanks

stevna666's picture
Joined: Dec 13 2017 - 7:21am
Last seen: 5 years 3 months ago
I have used the page to configure the user passwords, including setting up a working Regex. I am looking to stop the user re-using the same passwords, is there a way to do that?
stevna666 - 5 years 3 months ago

1 Answer:

Did you check this page ? https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...

for your password pattern, you need to come up with a regular expression. Below link will help you in creating a regex pattern.

https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html

reportdev's picture
10566
Joined: Oct 12 2015 - 12:05pm
Last seen: 9 months 2 weeks ago
Feedback