Closed (fixed)
Project:
AES encryption
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2011 at 18:55 UTC
Updated:
17 Feb 2011 at 07:50 UTC
I receive the following error when using the AES module:
Warning: file_put_contents(login_edit_dump.txt) [function.file-put-contents]: failed to open stream: Permission denied in aes_user_login() (line 402 of <path removed>/sites/all/modules/contrib/aes/aes.module).
This looks like it may be some left-over debugging code since I don't see any place where the generated text file is used. Though if it is needed, this statement should be run after the variable_get() statement to see if encrypting user passwords is enabled. (I have it disabled).
Comments
Comment #1
easyfit commentedPatched. Waiting for Drupal security team to respond and approve the release of 1.5.
Comment #2
easyfit commentedSA is out, along with 1.5. Thanks for reporting this Shawn!