I am new to the Zope world, but very impressed, I am working on a new website in which I have a few hundred users with different user names and passwords, is there a way to import from some type of excel or star office spreadsheet the users and passwords, or do I have to enter them all by hand? You help would be greatly appreciated. Thanks!! -Chris... Christopher Behnke (503) 246 3630 VP Product Development fax: (503) 246 3124 Avalon Technology Group email: crb@exceptionalminds.com 0607 SW Idaho Street web: www.exceptionalminds.com Portland, OR. 97201 cell: (503) 789 9931 ---------- Linux, because you can't do that on a windows box! ----------
Not easily. I suggest the following, ( which depending on your python expertise is a trival solution ). 1. Convert your excel files to csv format. 2. Use one of the many csv reader libraries to read your csv file (inside a python external method. 3. Use the add user function of acl_users to add each person with password inside your python external method. (see zope howto for exact name of function and how to use it). 4. Very important -- run the method in Zope, you're done ;-). On Tue, 06 Jun 2000, you wrote:
I am new to the Zope world, but very impressed, I am working on a new website in which I have a few hundred users with different user names and passwords, is there a way to import from some type of excel or star office spreadsheet the users and passwords, or do I have to enter them all by hand? You help would be greatly appreciated. Thanks!!
-Chris...
Christopher Behnke (503) 246 3630 VP Product Development fax: (503) 246 3124 Avalon Technology Group email: crb@exceptionalminds.com 0607 SW Idaho Street web: www.exceptionalminds.com Portland, OR. 97201 cell: (503) 789 9931 ---------- Linux, because you can't do that on a windows box! ----------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- ======================================================
Luis Cortes Pollak EPD (915) 621-6113 ======================================================
participants (2)
-
Christopher Behnke -
Luis Cortes