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
add comment
1 Answer:
Posted on December 15, 2017 at 2:19pm
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