When i installed its showing following error:

Notice: Use of undefined constant ENCRYPT_METHOD - assumed 'ENCRYPT_METHOD' in _password_field_encrypt() (line 223 of /Applications/MAMP/htdocs/drupal7/sites/all/modules/password_field/password_field.module).
Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in _password_field_encrypt() (line 223 of /Applications/MAMP/htdocs/drupal7/sites/all/modules/password_field/password_field.module).
Notice: Use of undefined constant ENCRYPT_METHOD - assumed 'ENCRYPT_METHOD' in _password_field_encrypt() (line 225 of /Applications/MAMP/htdocs/drupal7/sites/all/modules/password_field/password_field.module).
Warning: openssl_encrypt(): Unknown cipher algorithm in _password_field_encrypt() (line 225 of /Applications/MAMP/htdocs/drupal7/sites/all/modules/password_field/password_field.module).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sandeep_jangra created an issue. See original summary.

sandeep_jangra’s picture

Issue summary: View changes
sandeep_jangra’s picture

Working fine after applying patch.

shubham.prakash’s picture

Status: Active » Needs review
FileSize
3.76 KB

Module was displaying error after submitting the password field which has been fixed by solving mcrypt_create_iv() issue.

ravi.shankar’s picture

Priority: Normal » Minor
FileSize
500 bytes

Module was displaying error after submitting the password field which has been fixed by solving mcrypt_create_iv() issue.

shubham.prakash’s picture

Status: Needs review » Reviewed & tested by the community

Works fine after applying patch.

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.