user login information

Hsu Yao Chang September 30, 2015

Dear all, 

How can we find the information of all user login ? We can use view history by person to view it's history as listed as the address: https://confluence.atlassian.com/display/CROWD/4.+Viewing+your+login+history. But we would like see all account login history . Is it possible? Thank you.

4 answers

1 vote
Rodrigo Girardi Adami
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 2, 2015

Hi Hsu,

As far as I know, the confluence database does not provide the history of login attempts as Crowd ID does. Confluence only stores the last login attempt in the logininfo table.

regards,

Rodrigo

0 votes
Hsu Yao Chang October 6, 2015

Probably the table userlogin is which we needed.

select * from loginrecord order by login_time desc

username       status         login_time           id
admin              OK               2015-10-06       71829

.........................................................................

0 votes
Hsu Yao Chang October 1, 2015

Dear Luiz Maia, 

Thank you for your kindly reply.

It also can not show the history of each account. It record each account successful and failed times...etc, but we can not find the history of each account .

18579457;0;121;"2015-10-01 09:49:05.45";"2015-10-01 09:49:05.388";"2015-09-27 20:50:07.559";"admin"

0 votes
Luiz Maia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 1, 2015

Hi there,

You can see this through the database on the logininfo table, however it's not very clear since the usernames are not displayed on this table, only the ID for that user.

The below query should all login information:

SELECT * FROM logininfo

Regards,
LM 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events