Arsnael commented on a change in pull request #753:
URL: https://github.com/apache/james-project/pull/753#discussion_r752012341
##########
File path:
server/data/data-library/src/main/java/org/apache/james/user/lib/model/Algorithm.java
##########
@@ -27,63 +27,53 @@
public class Algorithm {
public enum HashingMode {
- LEGACY(LEGACY_FACTORY),
- DEFAULT(DEFAULT_FACTORY);
+ PLAIN,
+ SALTED,
+ LEGACY,
+ LEGACY_SALTED;
Review comment:
Ah no no I mean should keep LEGACY, I'm more dubious on why introducing
a LEGACY_SALTED ? If people are on legacy and want to move, would be better to
have them moving as you said on PLAIN or SALTED, but I don't see why should
move towards a LEGACY_SALTED though?
--
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]