Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

This should address the issues described in [https://github.com/fastlane/match/issues/42] #56

Merged
merged 1 commit into from
Jan 1, 2016

Conversation

stufi
Copy link
Contributor

@stufi stufi commented Dec 29, 2015

When fixing [https://github.com//issues/36] I supplied a check in the crypt method, that a password may not be empty. That was fatal for the case, when you wanted to change your password and the former password was empty.
I modified this now and the user will be warned only when an empty password was supplied for encryption. Decryption will now accept an empty password. This addresses the issues in [https://github.com//issues/42].

When changing passwords, the update method asks only for the new password. And since no empty password could be supplied - as mentioned above, the password could not be changed.
I modified the update method slightly to ask not only for the new, but also for the old password. This might be a pain when a correct password was used earlier and it is stored in the keychain. But, for the case when no password was used for en- and decryption, this might be the only way to change your repo-password.

…hile decrypting

* Asks for old password when changing password and set's it to from variable.
These fixes addresses issues when changing your repo password when the former files weren't encrypted properly
KrauseFx added a commit that referenced this pull request Jan 1, 2016
This should address the issues described in [#42]
@KrauseFx KrauseFx merged commit a1f9508 into fastlane-old:master Jan 1, 2016
@KrauseFx
Copy link
Contributor

KrauseFx commented Jan 1, 2016

Thanks, that's great 👍

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants