mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:48:02 +01:00
Separate username and signature truncation fields
This commit is contained in:
committed by
ravi-signal
parent
e4da59c236
commit
7b331edcde
@@ -29,7 +29,7 @@ public class SecureValueRecovery2Controller {
|
||||
.builder(cfg.userAuthenticationTokenSharedSecret())
|
||||
.withUserDerivationKey(cfg.userIdTokenSharedSecret())
|
||||
.prependUsername(false)
|
||||
.withTruncateLength(16)
|
||||
.withDerivedUsernameTruncateLength(16)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user