The special users should have CVS accounts, since some CVS-related functionality (e.g. the CVS access tab) depends on CVS accounts. Perhaps auth1 should have an account and auth2 should not, to ensure it's easy to test stuff in both cases.

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new1.63 KB

I needed this to debug http://drupal.org/node/161552 so I wrote it. ;) Attached patch isn't 100% beautiful (just doing a direct DB insert, not drupal_execute()) but it works like a charm.

dww’s picture

StatusFileSize
new2.13 KB

New version using drupal_execute() on the cvs_account_import form. I don't like how the output is handled by cvs_account_import_submit(), since it does a drupal_set_message() with a header and that makes things look a little weird. :( Not sure this is really an improvement, but hunmonk wanted it. ;)

dww’s picture

StatusFileSize
new1.93 KB

And here's another version of the original, non-drupal_execute() patch with the fixed comment for D_O_NUM_CVS_USERS_PER_ROLE.

hunmonk’s picture

Status: Needs review » Reviewed & tested by the community

i like #3 better as well, now that i've seen the options :)

let's go with that one.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed #3 to HEAD. Thanks for the review. ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)