Re: Increase session timeout value?

2020-01-24 Thread Christian Hammond
Hi Terry, When you say session timeout, you mean the time before logging in again? This defaults to 1 year, unless otherwise changed. You can modify it in $sitedir/conf/settings_local.py by setting SESSION_COOKIE_AGE. Its value is in seconds. For instance: SESSION_COOKIE_AGE = 365 * 24 * 60

Re: rb-site manage /var/www/reviewboard rebuild_index gives error

2020-01-24 Thread Christian Hammond
Hmm, that is strange... By the time we load extensions, all of the apps (oauth included) should be loaded and initialized, but this is indicating it's not. I noticed that the version is 3.0.15.1.dev0. Are there any changes at all to the source of Review Board there? Any customization of the app