I do automatic creation of users with the deployment I manage. What you want to do is write a Python script to do the adding of users via the Django API, rather than try to get the database changes right. It ends up being less code, and will work better long term.
Not at my computer, but you need the two or three lines of code that launch Django properly with the RB configuration, and then the rest is straightforward. You may need to play around with ReviewBoard permissions as well, and that will be much easier if you start from the Python APIs Eric -- 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.
