ottoka commented on a change in pull request #753:
URL: https://github.com/apache/james-project/pull/753#discussion_r752103411



##########
File path: 
server/data/data-cassandra/src/main/java/org/apache/james/user/cassandra/CassandraUsersDAO.java
##########
@@ -185,7 +183,7 @@ public int countUsers() {
 
     @Override
     public void addUser(Username username, String password) throws 
UsersRepositoryException {
-        DefaultUser user = new DefaultUser(username, 
algorithmFactory.of(DEFAULT_ALGO_VALUE));
+        DefaultUser user = new DefaultUser(username, 
Algorithm.of(DEFAULT_ALGO_VALUE));

Review comment:
       Please check the second commit, there it is in member variables 
`preferredAlgorithm` and `fallbackAlgorithm`, which are initialized from 
configuration file.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to