A user that has been deactivated in the past cannot be brought back to life. Even if assigned to the right groups with confluence access.
|
Note that this applies only to the older mechanism for user deactivation. In newer versions of Confluence, users are removed by removing them from groups with can-use permission, as described in Removing a User. |
In older versions of Confluence users have been deactivated by inserting a row into table os_propertyentry with entity_id = theUserId AND entity_key=confluence.user.deactivated
This entry is still evaluated but there is no mechanism in newer version to remove this from the DB.
select * from OS_PROPERTYENTRY WHERE entity_id = theUserId AND entity_key="confluence.user.deactivated"; |
深刻度 |
中 |
|
|---|---|---|
正規表現 |
|
|
Article ID |
CONFKB |
{htmlcomment}
http://support.atlassian.com/browse/CSP-17384
{htmlcomment} |