fastlane-plugin-cryptex
fastlane-plugin-cryptex copied to clipboard
Change password doesn't work
It seems to me that there is no action linked with the command. Could you please plug it in?
THX.
hmmm right now there is no change password option.
you could decrypt all elements, remove your git repo, run init
again and import them with new password.
but it sounds like a great features, i am more than happy to review a PR if you want to give it a try.
I thought that this is already part of your code base,
https://github.com/hjanuschka/fastlane-plugin-cryptex/blob/master/lib/fastlane/plugin/cryptex/change_password.rb https://github.com/hjanuschka/fastlane-plugin-cryptex/blob/master/lib/fastlane/plugin/cryptex/change_password.rb
Or what is this code then good for?
Cheers, A.
On 15 Feb 2018, at 13:31, Helmut Januschka [email protected] wrote:
hmmm right now there is no change password option.
you could decrypt all elements, remove your git repo, run init again and import them with new password.
but it sounds like a great features, i am more than happy to review a PR if you want to give it a try.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hjanuschka/fastlane-plugin-cryptex/issues/7#issuecomment-365913766, or mute the thread https://github.com/notifications/unsubscribe-auth/AEcXS5sz2VkQYNYrb_Qi9It3w2TxWDCPks5tVCO9gaJpZM4SGq_3.
ohhh, yeah the code originale came in as a part of the clone of match
i missed that, good catch.
so looks like you can just loadup the plugin and run something like:
Fastlane::Cryptex::ChangePassword.update(params: {git_url: "http://"})
which should ask for new credentials, however please bakup everthing before.