0

How do I configure my Fogbugz 7 installation so that users are redirected to the "full" logon page by default.

Instead of the "regular" logon screen.

So that you would see this:

https://our.fogbugz.com/default.asp?pg=pgLogon

Instead of this:

https://our.fogbugz.com/

Is this something that can be easily configured by editing the source?

flag

1 Answer

1

Why not just set the default page for the FogBugz website in IIS (or whatever web-server you are using) to default.asp?pg=pgLogon

It worked when I tried it on my installation of FogBugz.

alt text

link|flag
Thanks, but this apparently does not work in IIS7 (which is what we're running). It doesn't allow me to specify query string parameters for the default document. Any other ideas? :) – Roman Nov 16 2009 at 12:51
If the admin UI doesn't allow it, maybe you could try by setting it in the webconfig as described here: eggheadcafe.com/aspnet/how-to/2181082/… – JohnFx Nov 16 2009 at 19:16
If that doesn't work, contact support and we can look into something else. – Rich Armstrong Nov 18 2009 at 13:31
Yep, that works. Thanks! – Roman Nov 19 2009 at 6:05

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.