Skip to content

Commit c9e58df

Browse files
committed
MCR-3137 update configuration
1 parent b6ac7df commit c9e58df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mir-module/src/main/resources/config/mir/mycore.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ MCR.CLI.Classes.External=%MCR.CLI.Classes.External%,org.mycore.mir.migration.MIR
2020
MCR.ContentTransformer.mycoreobject-compress.Stylesheet=xsl/mods2mods.xsl,xsl/mods2dc.xsl
2121
MCR.ContentTransformer.mycoreobject-compress.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
2222

23+
2324
MCR.User.PasswordCheck.Strategies.argon2.Class=org.mycore.user2.hash.bouncycastle.MCRArgon2Strategy
2425
MCR.User.PasswordCheck.Strategies.argon2.SaltSizeBytes=32
2526
MCR.User.PasswordCheck.Strategies.argon2.HashSizeBytes=64
26-
MCR.User.PasswordCheck.Strategies.argon2.Iterations=8
27-
MCR.User.PasswordCheck.Strategies.argon2.MemoryLimitKiloBytes=66536
2827
MCR.User.PasswordCheck.Strategies.argon2.Parallelism=1
28+
MCR.User.PasswordCheck.Strategies.argon2.MemoryLimitKilobytes=66536
29+
MCR.User.PasswordCheck.Strategies.argon2.Iterations=8
2930

3031
MCR.User.PasswordCheck.SelectedStrategy=argon2
3132

0 commit comments

Comments
 (0)