Modify ↓
#13531 closed defect (fixed)
AccountManager SvnServePasswordStore doesn't adhere correctly to the IPasswordStore store API.
| Reported by: | Mat Cross | Owned by: | Mat Cross |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description (last modified by )
Updating from 0.4.4 to 0.5.0 (Trac 1.2.3), registering new users to an svnserve store always results in error message Password for user foo existed, couldn't create and the user/pass line still being added to the store file.
One can see in the svnserve.py source that set_password always returns None. On further inspection the implementation of delete_user looks incorrect too.
Attachments (1)
Change History (6)
Changed 7 years ago by
comment:1 Changed 7 years ago by
| Status: | new → accepted |
|---|
comment:4 Changed 7 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
comment:5 Changed 7 years ago by
| Owner: | changed from Ryan J Ollos to Mat Cross |
|---|
Note: See
TracTickets for help on using
tickets.



Patch for a proposed fix (against trunk), including a test suite.