From 9ea8cf1836de51faacf6c58017cd460c6a4b2dff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 20 Apr 2017 20:16:54 +0200 Subject: [PATCH] unencrypted ... better clear-text ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jusercore/model/login/JobsUserLoginSessionBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/mxchange/jusercore/model/login/JobsUserLoginSessionBean.java b/src/java/org/mxchange/jusercore/model/login/JobsUserLoginSessionBean.java index b4d1d43..1783a34 100644 --- a/src/java/org/mxchange/jusercore/model/login/JobsUserLoginSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/login/JobsUserLoginSessionBean.java @@ -117,7 +117,7 @@ public class JobsUserLoginSessionBean extends BaseJobsDatabaseBean implements Us * 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 -- 2.39.5