|
Get SteelArrow!
|
|
|
|
<SAAUTHENTICATE/>
|
|
|
|
|
|
|
|
Return to Tag List |
|
The AUTHENTICATE tag is used to display a login dialog box. Login information is returned
in the CGI object as CGI.AUTH_USER and CGI.AUTH_PASS. The AUTHENTICATE tag only applies
to the Personal Web Server, for IIS use the user mapping functionality.
|
|
Attributes:
REALM | Realm to prompt user with |
|
|
|
The following is an example of AUTHENTICATE;
|
|
<SAIF COND=CGI.AUTH_USER .ne. "testAccount">
<SAAUTHENTICATE REALM="Test Realm">
</SAIF>
|
|
|
|