Closed
Bug 300859
Opened 19 years ago
Closed 19 years ago
as admin user, adding user, Bugzilla/User.pm line 1141 invalid bz_crypt subroutine
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300390
People
(Reporter: brucer, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: bugzilla-2.20rc1 using perl5.8.6 I am the installer and only admin user. I am adding a user so I can assign a bug to it. When I add I get an error no subroutine bz_crypt in Bugzilla/User.pm line 1141 I fix this by fully qualifying bz_crypt w/ Bugzilla::Auth::bz_crypt. I don't understand why the export in Auth.pm and the use in User.pm don't make this visible but ... Reproducible: Always Steps to Reproduce: 1.select "user" at bottom of my normal page (I'm the admin) 2.add email adrs 3.add password 4.click "add" or whatever the button says Actual Results: Undefined subroutine &Bugzilla::User::bz_crypt called at Bugzilla/User.pm line 1142. Expected Results: A new user account afakeuser@a.b has been created successfully. You may want to edit the group settings now, using the form below. 2.20-rc1
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 300336 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 300390 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•