This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Accept
Reject

NetWitness Community

  • Home
  • Products
    • NetWitness Platform
      • Advisories
      • Documentation
        • Platform Documentation
        • Known Issues
        • Security Fixes
        • Hardware Documentation
        • Threat Content
        • Unified Data Model
        • Videos
      • Downloads
      • Integrations
      • Knowledge Base
    • NetWitness Cloud SIEM
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Detect AI
      • Advisories
      • Documentation
      • Knowledge Base
    • NetWitness Investigator
    • NetWitness Orchestrator
      • Advisories
      • Documentation
      • Knowledge Base
      • Legacy NetWitness Orchestrator
        • Advisories
        • Documentation
  • Community
    • Blog
    • Discussions
    • Events
    • Idea Exchange
  • Support
    • Case Portal
      • Create New Case
      • View My Cases
      • View My Team's Cases
    • Community Support
      • Getting Started
      • News & Announcements
      • Community Support Forum
      • Community Support Articles
    • Product Life Cycle
    • Support Information
    • General Security Advisories
  • Training
    • Blog
    • Certification Program
    • Course Catalog
    • New Product Readiness
    • On-Demand Subscriptions
    • Student Resources
    • Upcoming Events
  • Technology Partners
  • Trust Center
Sign InRegister Now
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
NetWitness Knowledge Base Archive
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
Announcement Banner

Users are unable to open Netwitness Support Cases via email. Please open support cases via portal or by phone

View Details
  • NetWitness Community
  • NetWitness Knowledge Base Archive
  • How to reset Threat Connect admin user account which has been locked out
  • Options
    • Subscribe to RSS Feed
    • Bookmark
    • Subscribe
    • Email to a Friend
    • Printer Friendly Page
    • Report Inappropriate Content

How to reset Threat Connect admin user account which has been locked out

Article Number

000039729

Applies To

RSA Product Set: RSA NetWitness Platform
RSA Product/Service Type: RSA Orchestrator – ThreatConnect
RSA Version/Condition: 6.1
Platform: CentOS
O/S Version: 7
 

Issue

Threat Connect UI unable to log in with below error.

Resolution

Please follow the below steps to reset the admin account.
  1. Login to DB server as root.
  2. Login to Postgres database using su - postgres
  3. Connect to 'threatconnect' database using psql -U tcuser -d threatconnect
  4. Execute this command UPDATE usertable SET password = 'JiNeQHkKWKmFtqcCT9GTLyWDO+ViMaA4kJHa6/7CBbo=', salt = '7173744076097521289', locked = 0, resetRequired = 1, failedAttempts = 0, lastFailedAttempt = NULL, disabled = 0, authenticatorSecretKey = NULL WHERE userName = 'admin';
    The output should be like this: "UPDATE 1"
  5. To verify if changes has taken effect, run this command select * from usertable where userName like '%admin%' \G
    The output of the above command should be like:    
    locked: 0
    resetRequired: 0
    failedAttempts: 0 
       
  6. Quit from threatconnect db "\q"
  7. Exit from psql "exit"
  8. Restart postgresql service.
  9. Login to Application server and restart ThreatConnect service.
  10. Connect to UI & login with default password 'password1'.    
  11. It will ask to reset the password.
Tags (34)
  • 6
  • 6.1
  • 6.1.x
  • 6.x
  • Access
  • Customer Support Article
  • Helpful Hints
  • How To
  • Informational
  • Instructions
  • KB Article
  • Knowledge Article
  • Knowledge Base
  • NetWitness
  • NetWitness Orchestrator
  • NetWitness Platform
  • NW
  • NWO
  • Orchestration
  • Orchestrator
  • Process Steps
  • RSA NetWitness
  • RSA NetWitness Orchestrator
  • RSA NetWitness Platform
  • SOAR
  • Tip &amp Tricks
  • Tips and Tricks
  • Tutorial
  • Version 6
  • Version 6.1
  • Version 6.1.x
  • Version 6.x
  • Walk Through
  • Walkthrough
1 Like
Was this article helpful? Yes No
Share
No ratings

In this article

Version history
Last update:
‎2021-06-14 10:59 AM
Updated by:
Administrator RSA-KB-Sync Administrator

Related Content

Powered by Khoros
  • Blog
  • Events
  • Discussions
  • Idea Exchange
  • Knowledge Base
  • Case Portal
  • Community Support
  • Product Life Cycle
  • Support Information
  • About the Community
  • Terms & Conditions
  • Privacy Statement
  • Acceptable Use Policy
  • Employee Login
© 2022 RSA Security LLC or its affiliates. All rights reserved.