nichunen commented on a change in pull request #790: KYLIN-4122 Add kylin user 
and group manage modules
URL: https://github.com/apache/kylin/pull/790#discussion_r313212041
 
 

 ##########
 File path: 
server-base/src/main/java/org/apache/kylin/rest/security/ManagedUser.java
 ##########
 @@ -66,6 +65,10 @@
     private long lockedTime = 0L;
     @JsonProperty
     private int wrongTime = 0;
+    @JsonProperty
+    private long firstLoginFailedTime = 0L;
+
+    private static final int CHECK_TIME = 900000; //15 minutes
 
 Review comment:
   Seems useless

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to