Robert, You can either do it as part of an extension, or just using entry points. See https://www.reviewboard.org/docs/manual/2.0/extending/auth-backends/#packaging
-David On Tue, Oct 20, 2015 at 9:15 AM, Robert Bolen <[email protected]> wrote: > David, > > How would I go about doing that? I'm new to python why I went the route > that I did. > > -Robert > > On Monday, October 19, 2015 at 2:29:03 PM UTC-6, David Trowbridge wrote: >> >> >> On Mon, Oct 19, 2015 at 1:25 PM, Robert Bolen <[email protected]> wrote: >> >>> 'Mantis User Database' >> >> >> This is not part of the upstream Review Board code. It looks like you >> have some custom modifications that are broken. >> >> There's no reason to ship additional authentication backends as a patch >> to Review Board. You can write them in a separate python package and use >> entry points to register them. This way you can maintain it outside of the >> Review Board codebase without worrying about patching problems like this. >> >> -David >> > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
