Opened 15 years ago
Closed 15 years ago
#12331 closed defect (bug) (duplicate)
class PasswordHash gives file access error when creating Network
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Security | Keywords: | |
Focuses: | Cc: |
Description
The error occurs in line 58:
if (is_readable('/dev/urandom') && ($fh = @fopen('/dev/urandom', 'rb'))) { $output = fread($fh, $count); fclose($fh); }
Could be a symbolic link issue.
Change History (2)
Note: See
TracTickets for help on using
tickets.
See #12148
I'm thinking we can close this as a duplicate. But for the time being I am keeping it open.