Jump to content

JS3.7 CE RC SHA and MD5 encryption not working


huwtrimet.org

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Have you looked at the Install Guide (Chapter 10 "Changing Password Encryption in JasperServer")?

It runs through the details on the steps and configuration needed.

The install guide can be directly downloaded from the downloads area. The docs are also available at <js-install>/docs.

Link to comment
Share on other sites

  • 2 months later...

I ran into the same problem.

I found that JS is no longer using acegi-security jar.

Instead, springframework is being used.

I use case was for MD5, but I would assume SHA would be similar.

Code:
<bean id="passwordEncoder" class="org.springframework.security.providers.encoding.Md5PasswordEncoder"/>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...