Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Create a file with the suffix .membership for each user you want to add to the Portal Administrators group.

Code Block
xmlxml
titlemyusername.membership
xml
<membership script="classpath://org/jasig/portal/io/import-membership_v2-6.crn">
  <parent>Portal Administrators</parent>
  <child> 
    <literal>myusername</literal> 
  </child>
</membership>

...