Closed
Bug 353524
Opened 19 years ago
Closed 19 years ago
In Bugzilla/User.pm line 1324 sub insert_new_user() hard coding the value for 'refreshed_when' parameter causes an 'Insecure dependency' exception
Categories
(Bugzilla :: Database, defect)
Bugzilla
Database
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pdimarco, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Build Identifier: bugzilla-2.23.2
Insecure dependency in parameter 5 of DBI::db=HASH(0xab3a720)->do method call while running with -T switch at Bugzilla/User.pm line 1324, <DATA> line 283.
Reproducible: Always
Steps to Reproduce:
1.Login using LDAP authentication
2.Enter username and passwd at the Bugzilla login web page then click 'login' button
Actual Results:
The following error is displayed:
Insecure dependency in parameter 5 of DBI::db=HASH(0xab3a720)->do method call while running with -T switch at Bugzilla/User.pm line 1324, <DATA> line 283.
Expected Results:
successful user login and new user created in MySQL 'bugs' db.
![]() |
||
Comment 1•19 years ago
|
||
Fixed by bug 305941 last month.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•