CMDBuild Forum

CMDBuild 2.4.3, fresh install, first user login fail

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?

Something similar happened to me, I dont know if you are doing the same but to create a new group and users here is what I did:

 
1. Go Administration
2. open Users and Groups
3. create the user with enabled checked
4. create the group
5. go to users tab under the new group you created, drag and drop your user to the right
6. go to users , click on modify user and select default group with the group you created.