Quantcast
Channel: Customer FX
Viewing all articles
Browse latest Browse all 981

Free Tool to Retrieve SalesLogix User Names and Passwords

$
0
0

As a business partner we work with customer SalesLogix databases often. Along with getting a database backup we need to ask the customer what their SalesLogix admin user password is, as well as any other user passwords needed for testing. I tend to think I'll remember these passwords and don't write them down, but then end up forgetting them later. Step in the SalesLogix User Logins tool. This open source tool from Customer FX will retrieve all SalesLogix user login names and unencrypted passwords with a click of a button.

The SalesLogix User Logins Tool

The SalesLogix User Login tool will connect to a SalesLogix SQL database using the SQL sysdba account and then list all SalesLogix users and decrypt their passwords as well. You can easily export this list as well for easy saving.


     click for larger view

Source Code Available

The source for this tool is available on github. Feel free to grab the source, report any issues or give feedback. The tool does not have any other dependencies of any kind. You can just grab the source, open it in Visual Studio and run it.

View the SalesLogixUserLogins Source Repository

A Word of Warning

Obviously, a tool like this makes it possible for anyone to connect to your SalesLogix database and see all the passwords, right? Well, sort of. The tool still requires the SQL sysdba account password to connect to the database in the first place. If you leave the sysdba account password the standard "masterkey" then you're opening your data up to prying eyes with or without a tool like this. So, it's a good idea to not leave it the standard password. Always set a secure password for the sysdba account.

Download the SalesLogix User Logins Tool

The SalesLogix User Logins tool is a single executable that does not have any dependencies. It does not need SalesLogix to be installed. Just download the exe and run it.

Download the SalesLogix User Logins Tool

As always, any feedback you'd like to provide is welcome.


Viewing all articles
Browse latest Browse all 981

Trending Articles