talek / vorax4

A simple yet powerful IDE for Oracle databases, built on top of the widely known Vim editor and Oracle SqlPLUS.
http://talek.github.io/vorax4
MIT License
53 stars 11 forks source link

Forgot master password. Need to reset connection profiles #66

Closed rahulkmr closed 9 years ago

rahulkmr commented 9 years ago

Hi,

How do I reset connection profile master password?

talek commented 9 years ago

Hi,

I don't think it's possible without knowing the old one.

rahulkmr commented 9 years ago

May be I didn't explain myself well. I don't want to recover anything. I want to nuke the profiles, create a new one with master password, and add profiles one by one. That should be possible, right? I just can't figure out how do I do that.

talek commented 9 years ago

In your g:vorax_homedir folder there are the key files: id_rsa and id_rsa.pub. Just drop them. Also, you should edit the profiles.xml file and get rid of the password attribute.

rahulkmr commented 9 years ago

Thank you. I didn't know where to find profiles.xml but deleting the keys worked.