diff options
| author | bwarsaw | 2000-07-25 06:19:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-07-25 06:19:45 +0000 |
| commit | ae3fb6cd2f551487c33e1eb461c60e2676583c3e (patch) | |
| tree | 5e0310b882a333838ab04fba01aa20a6770abd54 | |
| parent | d6de3e0eb9f224f8fd68c2bdfdcff8daf03b6141 (diff) | |
| download | mailman-ae3fb6cd2f551487c33e1eb461c60e2676583c3e.tar.gz mailman-ae3fb6cd2f551487c33e1eb461c60e2676583c3e.tar.zst mailman-ae3fb6cd2f551487c33e1eb461c60e2676583c3e.zip | |
| -rw-r--r-- | Mailman/Cgi/private.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py index cc9146e7f..000f46d59 100644 --- a/Mailman/Cgi/private.py +++ b/Mailman/Cgi/private.py @@ -57,10 +57,17 @@ PAGE = ''' <tr> </tr> <td></td> - <td> <INPUT TYPE=SUBMIT> + <td> <INPUT TYPE=SUBMIT VALUE="Let me in..."> </td> </tr> </TABLE> + <p><strong><em>Important:</em></strong> From this point on, you + must have cookies enabled in your browser, otherwise you will not + be able to read the private archives. + + <p>Session cookies are used in the private archives so that you + don\'t need to re-authenticate for every article your read. This + cookie will expire automatically when you exit your browser. </FORM> ''' |
