Greetings,
I am just getting started with developing for liferay.
I tried running the following sql:
update User_ set active_ = 1 where screenName = 'blah';
commit;
however, liferay continues to see the user as deactivated, even after restart. When I set the active flag back to Yes using the User control panel, I see that the value changes in the db and liferay now sees the user as active. Is there more to activating and deactivating users than just setting this column? I even tried using mysqldump on the database before and after liferay activates the user, and the only change I could see in the entire db is the active flag, and yet when I change it liferay does not recognize it. Can anyone explain how this is possible?
regards,
fojae
Please sign in to flag this as inappropriate.