Situation: fresh intall, created the first group (“everybody-la”, limited administrator group), then created first user (“ed”), then added that user to the “everybody-la” group, then attempted to login as that user, and login fails.
callback from the 'Show details' window:
Call: services/json/session/create ----------------------------------- Error: org.cmdbuild.exception.AuthException: AUTH_LOGIN_WRONG at org.cmdbuild.exception.AuthException$AuthExceptionType.createException(AuthException.java:24) at org.cmdbuild.logic.auth.DefaultAuthenticationLogic.login(DefaultAuthenticationLogic.java:163) at org.cmdbuild.logic.auth.DefaultSessionLogic.create(DefaultSessionLogic.java:153) at org.cmdbuild.logic.auth.ForwardingSessionLogic.create(ForwardingSessionLogic.java:19) at org.cmdbuild.servlets.json.Session.create(Session.java:102)
and from the logfile:
INFO 2017-03-24 13:10:18 [cmdbuild] trying to login user ed with group null
ERROR 2017-03-24 13:10:18 [cmdbuild] Login failed
ERROR 2017-03-24 13:10:18 [jsonrpc ] A org.cmdbuild.exception.AuthException occurred calling method class org.cmdbuild.servlets.json.Session.create: AUTH_LOGIN_WRONG
org.cmdbuild.exception.AuthException: AUTH_LOGIN_WRONG
at org.cmdbuild.exception.AuthException$AuthExceptionType.createExceptio
n(AuthException.java:24)
at org.cmdbuild.logic.auth.DefaultAuthenticationLogic.login(DefaultAuthe
nticationLogic.java:163)
I'm confident that the password is correct. I attempted this numerous times without success.
Seems basic, what am I missing?