Eclipse RTC password
Hi,
I use RTC 3.0.1.3, WAS , LDAP, Eclipse 3.7 .
When I first create repository connection, I check the 'Remember my password' and it works excellent.
But when I change my password in LDAP, I can't reset the password in Eclipse: it always popup a login window.. I understand that RTC remember my old password .. :(
How can I reset (or delete) the old saved password in the eclipse so it will remember my new password and automatically login next time ?
Thanks.
Accepted answer
Is it the " secure storage password" pop up? If so I found this solution that worked for me
Based on this eclipse bug I did the following on Windows
Based on this eclipse bug I did the following on Windows
- Close Eclipse
- Delete c:\users\myusername\.eclipse\org.eclipse.equinox.security directory
~/eclipse/org.eclipse.equinox.security on Linux - Create a text file containing the master password
I created mine in the root of my eclipse install dir
C:\OPT\eclipse\RTC\rtc_4\secret - Add the following to the top of your eclipse.ini file in the eclipse directory
-eclipse.password
C:\OPT\eclipse\RTC\rtc_4\secret
Note these have to be on separate lines. - Start Eclipse again.
6 other answers
I have some additional information since posting my first answer that might help.
When you save the password on eclipse it may also prompt you to create a master password.
On Windows this is done automatically based on your login.
I have found that when you change your windows password it can affect the "master password"
In turn you can't access your saved passwords. (you probably can't save them either but I'm not 100% sure of that)
To resolve this open eclipse go to:
Windows -> Preferences:
General -> Security -> Secure Storage
Highlight "Windows Integration" and click "Change Password"
The password update and you should be able to access\save passwords again.
Note When using the Windows Integration method you can just ignore the password recovery prompt.
When you save the password on eclipse it may also prompt you to create a master password.
On Windows this is done automatically based on your login.
I have found that when you change your windows password it can affect the "master password"
In turn you can't access your saved passwords. (you probably can't save them either but I'm not 100% sure of that)
To resolve this open eclipse go to:
Windows -> Preferences:
General -> Security -> Secure Storage
Highlight "Windows Integration" and click "Change Password"
The password update and you should be able to access\save passwords again.
Note When using the Windows Integration method you can just ignore the password recovery prompt.
Hi,
once login fails, go to the Work Item view of your Eclipse client. Under Repository Connection, right-click the connection for which you want to change the password. Choose properties --> Jazz Repository Connection. This will open the page in the property wizard that allows you to the change the password stored in the Eclipse client.
In Eclipse, you can find the actual storage for passwords by looking under Windows --> Preferences --> Security --> Secure Storage. There is also a button for clearing stored passwords. For me, the file sits at C:\users...\.eclipse\org.eclipse.equinox.security\secure_storage
Does this answer your question? Then please click on "accept answer".
- Arne
once login fails, go to the Work Item view of your Eclipse client. Under Repository Connection, right-click the connection for which you want to change the password. Choose properties --> Jazz Repository Connection. This will open the page in the property wizard that allows you to the change the password stored in the Eclipse client.
In Eclipse, you can find the actual storage for passwords by looking under Windows --> Preferences --> Security --> Secure Storage. There is also a button for clearing stored passwords. For me, the file sits at C:\users...\.eclipse\org.eclipse.equinox.security\secure_storage
Does this answer your question? Then please click on "accept answer".
- Arne
Hi Yehiel,
for testing reasons, does this happen if you open Eclipse against a fresh workspace? If you remove the stored password from the physical security_storage file on disk?
If the problem persists, please open a PMR with IBM Rational support.
Good fortune in quickly getting to the bottom of the issue.
- Arne
for testing reasons, does this happen if you open Eclipse against a fresh workspace? If you remove the stored password from the physical security_storage file on disk?
If the problem persists, please open a PMR with IBM Rational support.
Good fortune in quickly getting to the bottom of the issue.
- Arne