From: Roland Häder Date: Thu, 20 Apr 2017 18:16:54 +0000 (+0200) Subject: unencrypted ... better clear-text ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d8166506f547330770a53ebdf73add0b51dd05fe;p=jfinancials-ejb.git unencrypted ... better clear-text ... Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java b/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java index 75f5ee7..f7dd1d3 100644 --- a/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/login/FinancialsUserLoginSessionBean.java @@ -117,7 +117,7 @@ public class FinancialsUserLoginSessionBean extends BaseDatabaseBean implements * second is the from database. *

* @param container Container instance holding the user instance and - * unencrypted password + * clear-text password * @param updatedUser Updated user instance found for given user name *

* @return Whether the password matches