The D8 version doesn't have a helper function for decrypting the encrypted data stored in the password field. The logic of decrypting should be moved from the plugin class method to a generic method in module file.

CommentFileSizeAuthor
#2 3160042-2.patch4.5 KBgaurav.kapoor

Comments

gaurav.kapoor created an issue. See original summary.

gaurav.kapoor’s picture

Status: Active » Needs review
StatusFileSize
new4.5 KB

Updated the module accordingly.

GabrielMartinelli’s picture

Status: Needs review » Reviewed & tested by the community

Looks Good!

  • gaurav.kapoor authored 3c824d2 on 8.x-1.x
    Issue #3160042 by gaurav.kapoor: Provide the password decrypt function...

  • gaurav.kapoor authored a89a914 on 8.x-1.x
    Issue #3160042 by gaurav.kapoor: Provide the password decrypt function...
gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Duvan.Slabbert’s picture

Function password_field_encrypt_decrypt does not work.