- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for xnewpass (0.64 sec)
-
src/test/java/org/codelibs/fess/auth/AuthenticationManagerTest.java
authenticationManager.addChain(chain); boolean result = authenticationManager.changePassword("testuser", "newpass"); assertTrue(result); assertEquals(1, chain.changePasswordCallCount); assertEquals("testuser", chain.lastChangePasswordUsername); assertEquals("newpass", chain.lastChangePasswordPassword); } // Test changePassword with single chain failure
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0)