Can you set DWA Lite mode by default if using a redirect DB?

I’m using the DWAredirect DB to open a users’ mailbox on login. This opens by default in Full Mode.Can I still use the ini setting “iNotes_WA_DefaultUI=dwa_lite” even if I’m using a redirect DB??

I guess my questions is: How do I setup Lite mode by default even if I’m using a DWAredirect DB??

Thanks

Subject: Domino Web Access Redirect (iwaredir) and DWA Lite

The notes.ini variable works if you don’t use iwaredir.nsf. If you do, then you have to update for form to get it to be forced to login.

The redirect db works if you enable the personal options; great, however, then each individual has to set that option.

So digging into the design a little, found there is some code behind the $$HTMLHead field in the AutoLogin form. There’s an IF else formula which correlates to the personal options, however, if that setting is going to be disabled anyway, just change this:

@If(DWAMode = “1”; “?Opendatabase&ui=dwa_lite”;“?OpenDatabase&ui=inotes”);

to this:

@If(DWAMode = “1”; “?Opendatabase&ui=dwa_lite”;“?OpenDatabase&ui=dwa_lite”);

Save and close and voila; it all works.

The only issue I have now, is that an error occurs when logging out of DWA. Not sure if I have to set something up. Looking into it now.

Message: initLogoutCleaner is not defined

Call Stack:

Sorry, not yet implemented

Date: Tue Aug 05 2008 12:07:25 GMT-0700 (PDT)

UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv: 1.9.0.1) Gecko/2008070206 Firefox/3.0.1

h_PageUnid: XXXXX:XXXXXXXXXXXXXXXXXXx