Skip to content

Commit 45c3ca7

Browse files
rafapraxbrianchandotcom
authored andcommitted
LPD-43475 Add test case for BCRYPT encryptor
1 parent 6f6f9f0 commit 45c3ca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/apps/user/user-test/src/testIntegration/java/com/liferay/user/service/test/UserLocalServiceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ public void testAuthenticateByEmailAddress() throws Exception {
316316
public void testAuthenticateByEmailAddressWithOutdatedPasswordsEncryptionAlgorithm()
317317
throws Exception {
318318

319+
_testAuthenticateByEmailAddressWithOutdatedPasswordsEncryptionAlgorithm(
320+
"BCRYPT/15", "BCRYPT/10");
319321
_testAuthenticateByEmailAddressWithOutdatedPasswordsEncryptionAlgorithm(
320322
"PBKDF2WITHHMACSHA1/160/2600000", "PBKDF2WITHHMACSHA1/160/1300000");
321323
_testAuthenticateByEmailAddressWithOutdatedPasswordsEncryptionAlgorithm(

0 commit comments

Comments
 (0)