Confluence 4.0 : Search for User Properties in the Database
This page last changed on Dec 12, 2007 by pkamal.
So long as you have not changed the user authentication from the default (i.e. you are NOT using external user management such as LDAP or JIRA) the users of confluence are stored in The user's properties such as fullname, email and when they previously logged in, are stored in the If you know the user's username (which can be found in select * from os_propertyentry p, os_user u where p.entity_id = u.id and u.username='user_name_goes_here'; |
![]() |
Document generated by Confluence on Sep 19, 2011 02:50 |