From 77d4a529d778e73091cb53db218ec03f5c51dc02 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 16 Mar 2000 15:45:43 +0000 Subject: [PATCH] Fix a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84774 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth_anon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/aaa/mod_auth_anon.c b/modules/aaa/mod_auth_anon.c index b02dd79102..e39994101b 100644 --- a/modules/aaa/mod_auth_anon.c +++ b/modules/aaa/mod_auth_anon.c @@ -74,7 +74,7 @@ * * Anonymous magic-userid [magic-userid]... * - * Anonymous_MustGiveEmail [ on | off ] default = off + * Anonymous_MustGiveEmail [ on | off ] default = on * Anonymous_LogEmail [ on | off ] default = on * Anonymous_VerifyEmail [ on | off ] default = off * Anonymous_NoUserId [ on | off ] default = off @@ -83,7 +83,7 @@ * The magic user id is something like 'anonymous', it is NOT case sensitive. * * The MustGiveEmail flag can be used to force users to enter something - * in the password field (like an email address). Default is off. + * in the password field (like an email address). Default is on. * * Furthermore the 'NoUserID' flag can be set to allow completely empty * usernames in as well; this can be is convenient as a single return -- 2.50.1