source: trunk/doc/src/docbook/admindoc/user_administration.xml @ 3287

Last change on this file since 3287 was 3287, checked in by Martin Svensson, 16 years ago

References #549.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: user_administration.xml 3287 2007-05-03 07:34:50Z martin $
7
8  Copyright (C) Authors contributing to this file.
9
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28
29<chapter id="user_administration">
30  <?dbhtml dir="user_administration"?>
31  <title>Administration of users/groups/roles</title>
32
33  <sect1 id="user_administration.users">
34    <title>Users administration</title>
35    <para></para>
36
37    <sect2 id="user_administration.users.edit">
38      <title>Edit user</title>
39      <para></para>
40     
41      <helptext external_id="user.edit" title="Edit user account">
42        <sect3 id="user_administration.users.edit.account">
43          <title>Account properties</title>
44          <variablelist>
45            <varlistentry>
46              <term>
47                <userinput>Name</userinput>
48              </term>
49              <listitem>
50                <para>
51                  The full name of the user that is associated with this account.
52                </para>
53              </listitem>
54            </varlistentry>
55          </variablelist>
56        </sect3>
57      </helptext>
58    </sect2>
59
60  </sect1>
61
62  <sect1 id="user_administration.groups">
63    <title>Groups administration</title>
64    <para></para>
65
66    <sect2 id="user_administration.groups.edit">
67      <title>Edit group</title>
68      <para></para>
69    </sect2>
70
71  </sect1>
72
73  <sect1 id="user_administration.roles">
74    <title>Roles administration</title>
75    <para></para>
76
77    <sect2 id="user_administration.roles.edit">
78      <title>Edit role</title>
79      <para></para>
80    </sect2>
81  </sect1>
82</chapter>
Note: See TracBrowser for help on using the repository browser.