07-12-2010 07:48 AM
insert into ACT_ID_USER values ('NewUser', 1, 'New', 'User', 'new@localhost', 'new');
insert into ACT_ID_MEMBERSHIP values ('NewUser', 'user');
insert into ACT_ID_MEMBERSHIP values (NewUser', 'accountancy');
The log-in works fine for the activiti-explorer and the user is displayed in the 'ACT_ID_USER'-table in activiti-probe (loged-in as admin). But the activiti-probe log-in doesen't work with the new user. There is no error-message, just happening nothing. 07-12-2010 10:48 AM
07-12-2010 11:32 AM
insert into ACT_ID_MEMBERSHIP values ('NewUser', 'user');
the specified user should be already part of the existing 'user'-group, right ? (with 'insert into ACT_ID_GROUP values ('user', 1, 'User', 'security-role');' at the top of the file)Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.