Re: [Zope] passing HTTP basic auth info
4 Oct
1999
4 Oct
'99
10:45 a.m.
The password for an logged in user is not available from DTML - if you really want it, you'll have to write a python external method. Look at AUTHENTICATED_USER._getPassword() (note that you can't call it from DTML, as it has a leading _) See if you can't figure out a nicer way to do this, though - for instance, how does the OWA server store auth info? Is it a cookie? Can you make Zope create the cookie instead (with a domain of .your.domain.com)? Anthony -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
9681
Age (days ago)
9681
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anthony Baxter