Created
August 5, 2014 14:55
-
-
Save jamespeerless/03b5df828a012a42e1d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if this.rawPassword | |
plainKey = decryptKey(this.rawPassword, user.key, null, true) | |
if user.key != plainKey | |
user.key = plainKey | |
key = plainKey | |
else | |
delete user.key | |
else | |
delete user.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment