elog2labfolder/_build/html/groups.html
changeset 11 ccfe3c7fa0d2
equal deleted inserted replaced
3:b71be85a294c 11:ccfe3c7fa0d2
       
     1 
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     3   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 
       
     5 <html xmlns="http://www.w3.org/1999/xhtml">
       
     6   <head>
       
     7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     8     <title>Groups, ownership and sharing in labfolder &#8212; Labfolder at FHI 1.0 documentation</title>
       
     9     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
       
    10     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
       
    11     <script type="text/javascript">
       
    12       var DOCUMENTATION_OPTIONS = {
       
    13         URL_ROOT:    './',
       
    14         VERSION:     '1.0',
       
    15         COLLAPSE_INDEX: false,
       
    16         FILE_SUFFIX: '.html',
       
    17         HAS_SOURCE:  true,
       
    18         SOURCELINK_SUFFIX: '.txt'
       
    19       };
       
    20     </script>
       
    21     <script type="text/javascript" src="_static/jquery.js"></script>
       
    22     <script type="text/javascript" src="_static/underscore.js"></script>
       
    23     <script type="text/javascript" src="_static/doctools.js"></script>
       
    24     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
       
    25     <link rel="index" title="Index" href="genindex.html" />
       
    26     <link rel="search" title="Search" href="search.html" />
       
    27     <link rel="next" title="Import and export of projects and entries" href="import_export.html" />
       
    28     <link rel="prev" title="Installation of labfolder" href="installation.html" />
       
    29    
       
    30   <link rel="stylesheet" href="_static/custom.css" type="text/css" />
       
    31   
       
    32   
       
    33   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
       
    34 
       
    35   </head>
       
    36   <body>
       
    37   
       
    38 
       
    39     <div class="document">
       
    40       <div class="documentwrapper">
       
    41         <div class="bodywrapper">
       
    42           <div class="body" role="main">
       
    43             
       
    44   <div class="section" id="groups-ownership-and-sharing-in-labfolder">
       
    45 <h1>Groups, ownership and sharing in labfolder<a class="headerlink" href="#groups-ownership-and-sharing-in-labfolder" title="Permalink to this headline">¶</a></h1>
       
    46 <p>As labfolder user you can create groups (ultimately: group projects) and private projects. In <em>Manage &gt; Projects</em> you see all projects that you own and that you are a member of.</p>
       
    47 <div class="section" id="private-projects">
       
    48 <h2>Private projects<a class="headerlink" href="#private-projects" title="Permalink to this headline">¶</a></h2>
       
    49 <p>You alone are the owner of these projects in <em>My Private Projects</em>. Their ownership cannot be transfered from you to anyone else via the webinterface. Only via accepting the invitation to a group with the policy that private projects are not allowed the content of the former private project would be visible (and administrable) also to the group’s admin(s). By directly manipulating the database the ownership could be changed to an active user as well.</p>
       
    50 <a class="reference internal image-reference" href="_images/private_projects.png"><img alt="_images/private_projects.png" class="align-center" src="_images/private_projects.png" style="width: 70%;" /></a>
       
    51 <p><strong>Private projects are possible through a back door</strong> if a user creates their own group which doesn’t necessarily mean that they invite other users to this group. In their own group they could create as many (private) projects as they like.</p>
       
    52 </div>
       
    53 <div class="section" id="group-projects">
       
    54 <h2>Group projects<a class="headerlink" href="#group-projects" title="Permalink to this headline">¶</a></h2>
       
    55 <p>Any labfolder user can create groups and subgroups in <em>Manage &gt; Groups &gt; Button “+Add”</em>. But within an already existing group a member can only create subgroups if they are set as an administrator of this group. In the role of the admin you can do the following:</p>
       
    56 <ul class="simple">
       
    57 <li>Create (sub)groups</li>
       
    58 <li>Invite users to your (sub)group via e-mail</li>
       
    59 <li>Move users between subgroups</li>
       
    60 <li>Set and remove (sub)group members as admins</li>
       
    61 <li>Remove users from a (sub)group e.g. when they are leaving the institute (<strong>In this case the ownership of this user’s projects within the (sub)group needs to be transfered first!</strong>)</li>
       
    62 <li>Delete (sub)groups (before deleting it you need to remove all group members)</li>
       
    63 </ul>
       
    64 </div>
       
    65 <div class="section" id="group-settings">
       
    66 <h2>Group settings<a class="headerlink" href="#group-settings" title="Permalink to this headline">¶</a></h2>
       
    67 <p>Administrators of groups (but not the ones of the subgroups) can edit the general settings of groups.</p>
       
    68 <a class="reference internal image-reference" href="_images/group_settings.png"><img alt="_images/group_settings.png" class="align-center" src="_images/group_settings.png" style="width: 70%;" /></a>
       
    69 <ul class="simple">
       
    70 <li>Through the option <em>Prevent group members from deleting content</em> all users (including the admin) are prevented from deleting projects or any other data from the labfolder database. Projects will merely be hidden if a user decides to <em>Remove</em> it from their list of projects.</li>
       
    71 <li>By checking the option <em>Prevent group members from having private projects</em>, group members will not be allowed to have private projects. All private projects of group members will be moved into the group projects, but will not be shared with any other group members.</li>
       
    72 <li>By switching on <em>Users can be members of several subgroups</em>, users which are already members of a group can be invited again to another subgroup within the group. If switched to off members cannot be invited to subgroups of their current group.</li>
       
    73 </ul>
       
    74 </div>
       
    75 </div>
       
    76 
       
    77 
       
    78           </div>
       
    79         </div>
       
    80       </div>
       
    81       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
       
    82         <div class="sphinxsidebarwrapper"><div class="relations">
       
    83 <h3>Related Topics</h3>
       
    84 <ul>
       
    85   <li><a href="index.html">Documentation overview</a><ul>
       
    86       <li>Previous: <a href="installation.html" title="previous chapter">Installation of labfolder</a></li>
       
    87       <li>Next: <a href="import_export.html" title="next chapter">Import and export of projects and entries</a></li>
       
    88   </ul></li>
       
    89 </ul>
       
    90 </div>
       
    91 <div id="searchbox" style="display: none" role="search">
       
    92   <h3>Quick search</h3>
       
    93     <form class="search" action="search.html" method="get">
       
    94       <div><input type="text" name="q" /></div>
       
    95       <div><input type="submit" value="Go" /></div>
       
    96       <input type="hidden" name="check_keywords" value="yes" />
       
    97       <input type="hidden" name="area" value="default" />
       
    98     </form>
       
    99 </div>
       
   100 <script type="text/javascript">$('#searchbox').show(0);</script>
       
   101         </div>
       
   102       </div>
       
   103       <div class="clearer"></div>
       
   104     </div>
       
   105     <div class="footer">
       
   106       &copy;2018, Stefan Weiher.
       
   107       
       
   108       |
       
   109       Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.6</a>
       
   110       &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
   111       
       
   112       |
       
   113       <a href="_sources/groups.rst.txt"
       
   114           rel="nofollow">Page source</a>
       
   115     </div>
       
   116 
       
   117     
       
   118 
       
   119     
       
   120   </body>
       
   121 </html>