Tue 13 May 2003 11:17:35 AM UTC, comment #1:
When exporting courses (and not the entire Fle3 environment), user passwords aren't included for security reasons.
About the error message: If the user doesn't have a custom webtop background image, then we store the name of the Fle3 standard image used. If a custom image is used, then it is stored in the export file.
When importing, the custom image is used, or the name of the used standard image is used to load the image. Here probably the image names have changed or something... I'll handle that error message, but I don't know what we should do if the image is no longer available. Well, the user can then go and define a new image.
|
Thu 06 Mar 2003 10:34:14 AM UTC, original submission:
I have an imported course in a development version of Fle3. The passwords of the users are lost (during import?) and I can't login as any of them. When I try to go to edit User Information page, I get an error:
Error: AttributeError
_UserInfo__using_custom_image
Traceback (innermost last):
File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module
File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 114, in publish
File /usr/local/zope/lib/python/Zope/__init__.py, line 158, in zpublisher_exception_hook
(Object: Lasse)
File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 98, in publish
File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 88, in mapply
(Object: edit_user_form)
File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 39, in call_object
(Object: edit_user_form)
File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 127, in _call_
(Object: edit_user_form)
File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 473, in _call_
(Object: edit_user_form)
File /usr/local/zope/lib/python/Products/FLE/UserInfo.py, line 566, in is_webtop_bg_using_custom_image
(Object: Lasse)
AttributeError: (see above)
|