Closed
Bug 300219
Opened 19 years ago
Closed 19 years ago
Bugzilla::Auth breaks Bugzilla::User sometimes
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300336
People
(Reporter: mkanat, Unassigned)
References
Details
(Keywords: regression)
When I try to run the checksetup-testing tinderbox, now, on an unmodified code
base, I get an error that "Bugzilla::User::bz_crypt" could not be found.
I'm fairly sure that's because of the *extremely* strange stuff that
Bugzilla::Auth does for "inheritance."
The long-term fix for this is that Bugzilla::Auth needs to be refactored to be a
normal perl object, instead of a strange thing with that weird BEGIN block.
In the mean time, Bugzilla::Auth needs to have "require Bugzilla::User" removed,
so that Bugzilla::User doesn't throw an error if I call insert_new_user in a
non-standard context.
Reporter | ||
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 300336 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•