Tuesday, February 22, 2011

Osk Green Tea Ingredient

BPMN Create roles and users

It may happen that the user is lured in OER. When logging in then he will get only the message "User is locked out" and does not go beyond the login screen. If you have other users in the system, one can write the user to this release again. If you have only the admin user, for example, after a fresh install, one can not continue here.
In this case, you may register as a repository in the database and unlock the user as follows:
SQL> update ENTSECUSERS set ACTIVE STATUS = 0 WHERE username = 'admin'; 1 row updated.
SQL> update CMEEUSERS set ACTIVE STATUS = 0 where ENTSECUSERID = '99 ';


1 row updated.


SQL> commit;


Commit complete.
It may be that the data is still cached. helps in the case It durchzustarten the WLS. After that, the login to work again.


0 comments:

Post a Comment