I need SQL Query which can take user last login detail about confluence site from confluence database. Could anyone assist us.
Reading the database is generally a bad idea, and the query you need probably depends on what user directory you are using.
For most setups though, look in the "cwd_user_attributes where attribute_name = lastAuthenticated" is the starting point. Join it to cwd_user to get the user's human details like name and login.
This attribute seems to be in jira database. I did'nt see this in confluence database after verified whole database even not find the login details itself. Please let me know the Sql query which can fetch the data of user last login for the confluence site.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.