Hi all,
Is there a way to see if the sonarqube server is configured to disable all users who have not been active for more than a number of days? I have admin access to the GUI and can check.
Thanks
Hi,
Welcome to the community!
You can see when a user last logged in in Administration->Security->Users. Unfortunately, there’s no way to sort by ‘Last connection’ so you’ll have to search these folks out manually.
HTH,
Ann
Thanks for your reply. We use LDAP and would like to make sure any user accounts “internal to the application” get the same treatment. Examples would be accounts in the “internal directories” of Crowd, JIRA, Confluence, etc.
Do you happen to know if Sonarqube has an internal directory or internally-known user accounts?
Thank you
Hi,
It’s not clear to me what you’re after. What I can say is that there are indicators in the interface when e.g. an account comes from GitHub, but we don’t make a big deal in the interface about LDAP or not IIRC. You could probably tell from looking directly at the database, but what I’m supposed to tell you is to treat the DB like a black box. Because if you start manipulating the DB directly then all bets are off and we can’t help you if you have problems.
Ann