Lohitha.Stian just FYI, apparently this is not fixed despite the ticket getting closed.Regards,
I had a brief look at the code, and it seems if the "username" is present and the "enabled" parameter is set to true in the request payload, a NullPointerException still gets thrown.if (rep.isEnabled() != null && rep.isEnabled()) {This is in org.keycloak.services.resources.admin.UsersResource class.
UsernameLoginFailureModel failureModel = session.sessions().getUserLoginFailure(realm, rep.getUsername().toLowerCase());
if (failureModel != null) {
failureModel.clearFailures();
}
}On Mon, Jan 18, 2016 at 11:51 AM, Lohitha Chiranjeewa <kalc04@gmail.com> wrote:Regards,LohithaOn Fri, Jan 15, 2016 at 9:12 PM, Stian Thorgersen <sthorger@redhat.com> wrote:Yes pleaseOn 15 January 2016 at 04:42, Lohitha Chiranjeewa <kalc04@gmail.com> wrote:_______________________________________________Lohitha.Regards,Shall I create a JIRA?Hi,Refer title for the bug. This seems to have been introduced after 1.2.0.Final because in that version we didn't have this problem. Failure happens in 1.7.0.Final. Checked the logs and there's a NullPointerException thrown.
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user