Changeset 11612
- Timestamp:
- 05/03/11 20:31:21 (13 months ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Users/HtPasswdUser.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Users/HtPasswdUser.pm
r11609 r11612 239 239 $Foswiki::cfg{Htpasswd}{FileName} . '.README open failed: ' . $! ); 240 240 241 print $readme 242 "# Foswiki uses a specially crafted .htpasswd file format that should not be\n"; 243 print $readme 244 "# manipulated using a standard htpasswd utility or loss of registered emails might occur..\n"; 245 print $readme 246 "# (3rd-party utilities do not support the email address format used by Foswiki).\n"; 247 print $readme "# \n"; 248 print $readme 249 "# More information available at: http://foswiki.org/System/UserAuthentication.\n"; 241 print $readme <<'EoT'; 242 Foswiki uses a specially crafted .htpasswd file format that should not be 243 manipulated using a standard htpasswd utility or loss of registered emails might occur. 244 (3rd-party utilities do not support the email address format used by Foswiki). 245 246 More information available at: http://foswiki.org/System/UserAuthentication. 247 EoT 250 248 close($readme); 251 249 }
Note: See TracChangeset
for help on using the changeset viewer.
