/[drupal]/contributions/modules/user_import/README.txt
ViewVC logotype

Diff of /contributions/modules/user_import/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.14, Sun Mar 8 14:36:55 2009 UTC revision 1.15, Sun Sep 13 10:40:48 2009 UTC
# Line 39  If file import fails with "File copy fai Line 39  If file import fails with "File copy fai
39  setting the file extension to .txt.  setting the file extension to .txt.
40    
41    
42    ** IMPORTANT **
43    
44    Note that Date fields are not yet supported.
45    
46    Note that passwords can only be imported as plain text, and will be converted to MD5 by Drupal.
47    
48    Note that if your data contains a backslash before the column separator it may not get imported as expected:
49    
50      "123","abc\","def"
51      The second field will be imported as: abc","def
52    
53      This has been fixed in PHP 5.3
54    
55    
56  ********************************************************************  ********************************************************************
57  PREREQUISITES:  PREREQUISITES:
58    
# Line 134  USAGE Line 148  USAGE
148  14. Click "Import" to complete the import.  14. Click "Import" to complete the import.
149    
150    
 Note that Date fields are not yet supported.  
   
 Note that passwords can only be imported as plain text, and will be converted to MD5 by Drupal.  
   
   
151          ---------------------------          ---------------------------
152           OPTIONS FOR OTHER MODULES           OPTIONS FOR OTHER MODULES
153          ---------------------------          ---------------------------

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2