What's the URL of the page containing the problem?
(behind a firewall)
reviewboard/templates/accounts/login.html
What steps will reproduce the problem?
1. Standard install
2. BUILTIN_AUTH=False with associated values of
BUILTIN_AUTH = False
AUTHENTICATION_BACKENDS = (
'reviewboard.accounts.backends.NISBackend',
'django.contrib.auth.backends.ModelBackend'
)
NIS_EMAIL_DOMAIN = 'example.com'
3. To to reviewboard url login page to login
What is the expected output? What do you see instead?
see login.html.badpage attached
should see login page
What operating system are you using? What browser?
$ uname -a
Linux reviewboard 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 12 17:59:08 EDT 2007
i686 GNU/Linux
Please provide any additional information below.