#3726 remove jrb's account
Closed: Fixed Opened by rstrode.

would a FAS admin mind disabling jrb's fedora account?
the email address is no longer valid since he left red hat
abadger1999, nirik: can either of you guys help ?
halfline: sounds like what you really want is to have his account removed from the pkgdb.
sure, that sounds fine
i don't think he maintains any packages or anything
and if he wants to get back involved in fedora after things calm down at his new job, he can always create another account
halfline: k. If you ticket it I can get to it tomorrow... Today is the last day before infrastructure freezes for alpha release so we're all probably scrambling around getting ready for it.
sure
thanks
Thank you for your patience!


Okay, ran the following query to update the db:

update personpackagelistingacl set statuscode = 13 where personpackagelistingid in (select id from personpackagelisting where username = 'jrb');

(13 being the status for obsolete which pkgdb treats the same as not having any acl).

That should remove all acls for jrb on any package. Once that syncs out, there shouldn't be any bounces from committing to packages, on new package bug reports, etc.

Metadata