Hi,
I bind my FB project to Vault source control. I have set server, repository, user name and password in option page. However, everytime I opened my project, it will prompted "invalid username or password".
Any ideas?
Thank you
Hi,
I bind my FB project to Vault source control. I have set server, repository, user name and password in option page. However, everytime I opened my project, it will prompted "invalid username or password".
Any ideas?
Thank you
Hi Chan,
When you say it prompts you with “invalid username or password”, are you asked to re-enter your username and password at that point?
What version of Vault are you using?
Regards,
Angus
Vault 3.5.2
Hi Chan,
Thanks for that. What about the other question? Do you get an option to re-enter your credentials each time?
Regards,
Angus
Hi,
Yes, Vault login screen will be prompted, and I need to re-enter my password
Hi Chan,
I took a look at this with Vault 4, and it seems like a consequence of the way Vault deals with bindings.
When you first bind the project, you can either enter a Profile name or credentials. If you enter the profile at this time, it will be reused each time the project is reopend. If you just enter credentials, it will ask for a password the next time. Even if you subsequently choose a profile, the binding doesn't change.
To fix the problem on an already-bound project, use the following steps:
1) Open the FinalBuilder project (entering your password when required.)
2) Check out the project from Source Control -> Check Out.
3) Unbind the project, Source Control -> Unbind Project.
4) Save the project file, File -> Save.
5) Bind the project, Source Control -> Bind Project.
6) The Vault dialog should come up asking for username/password. Make sure you select a Profile to provide your credentials, and make sure "Save Password" is set for that profile. Do not type your password manually.
7) Click OK to bind the project.
... now the project is bound to the profile, and you should not be prompted for username/password again.
Regards,
Angus