These steps may or may not apply to each site migrated to Drupal from Commonspot.

  • Get a technical contact for the group
  • Get a list of roles and users from tech contact
  • Email users and ask them to create an account on their site
  • Assign users roles
  • Authentication related steps
    • select 'Only site administrators can create new user accounts' in  /admin/user/settings
    • turn on the 'Automated Logout' module, make appropriate choices for the various roles. Browser refresh delay: 10, enforce single session for admins and contributors
    • add culogin page. show the culauth block on this page and also on /user
    • remove the standard login block from left sidebar
    • edit settings.php - change the line with  ini_set('session.cookie_lifetime',0) - set value to 0 so sessions end at browser close
    • clear cache
  • Make a main site menu out of some portion of the Imported Site menu
  • No labels