Changes between Version 13 and Version 14 of UserGuidelines/Admin/Permissions


Ignore:
Timestamp:
07/27/14 07:58:11 (10 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Permissions

    v13 v14  
    105105bi = s3base.S3BulkImporter()
    106106s3.import_role = bi.import_role
    107 protected = s3mgr.PROTECTED
    108 s3mgr.PROTECTED = []
     107protected = auth.PROTECTED
     108auth.PROTECTED = []
    109109request.env.request_method = "GET"
    110110path = os.path.join("/","tmp")
    111111bi.perform_tasks(path)
    112112db.commit()
     113auth.PROTECTED = protected
    113114}}}