Closed
Bug 301623
Opened 19 years ago
Closed 19 years ago
Create user account fails
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300390
People
(Reporter: jessn, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Build Identifier: When a user is trying to be created then the below (see snip) error message comes up. -- snip -- Software error: Undefined subroutine &Bugzilla::User::bz_crypt called at Bugzilla/User.pm line 1141. -- snip -- Reproducible: Always Steps to Reproduce: 1. Select "Users" 2. Add new user 3. Fill in user info 4. Click "Add" Actual Results: The user is not created and an error message comes up. Software error: Undefined subroutine &Bugzilla::User::bz_crypt called at Bugzilla/User.pm line 1141. Expected Results: The user should be created successfully The user, which is trying to create the new user account, is a member of the administrator group.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 300390 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
I am receiving the same problem on 2.20rc1. Is there a workaround that is not posted here? What resolved this bug?
I have been told that it will be fixed in rc2, but I didn't get any workarounds. :-( I downgraded to v2.18.3 and will wait for v2.22 before I upgrade again.
Comment 5•19 years ago
|
||
(In reply to comment #4) > I have been told that it will be fixed in rc2, but I didn't get any > workarounds. :-( I downgraded to v2.18.3 and will wait for v2.22 before I > upgrade again. The fix should be to apply the patch in bug 300336 (which this one here dupe-chains to). The patch will be included in 2.20rc2 (and thus 2.20).
You need to log in
before you can comment on or make changes to this bug.
Description
•