Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Add hashIterations element
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlucci committed Mar 19, 2013
1 parent 13140c2 commit 6395a05
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -280,6 +280,7 @@ private void upgradeSecurity( org.sonatype.nexus.configuration.model.v1_0_8.CSec
"Failed to decrype anonymous password in nexus.xml, password might be encrypted in memory.", e );
}
securityConfig.setEnabled( oldsecurity.isEnabled() );
securityConfig.setHashIterations(1024);

List<String> realms = oldsecurity.getRealms();

Expand Down

0 comments on commit 6395a05

Please sign in to comment.