diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-27 16:21:15 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-27 16:21:15 +0000 |
commit | b6f139fd0eefa66b189a88e810a8f8397582b1cc (patch) | |
tree | 0fd07159d947f820f7746313ca9de8359aea1267 /archiva-docs/src/site | |
parent | 00f6276a3857c1a5151c74605ee1831dc36290cf (diff) | |
download | archiva-b6f139fd0eefa66b189a88e810a8f8397582b1cc.tar.gz archiva-b6f139fd0eefa66b189a88e810a8f8397582b1cc.zip |
add doc page on manage users
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391080 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/security.apt | 2 | ||||
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/users.apt | 55 | ||||
-rw-r--r-- | archiva-docs/src/site/resources/images/user-edit-roles.png | bin | 0 -> 61484 bytes | |||
-rw-r--r-- | archiva-docs/src/site/resources/images/user-edit.png | bin | 0 -> 103818 bytes | |||
-rw-r--r-- | archiva-docs/src/site/resources/images/users-list.png | bin | 0 -> 110833 bytes |
5 files changed, 57 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/security.apt b/archiva-docs/src/site/apt/adminguide/security.apt index d6a22d792..0d4b19e35 100644 --- a/archiva-docs/src/site/apt/adminguide/security.apt +++ b/archiva-docs/src/site/apt/adminguide/security.apt @@ -24,6 +24,8 @@ Understanding Apache Archiva Security Archiva's security is managed by {{{http://archiva.apache.org/redback/} Redback}}. The following document describes how to configure your repository security: + * {{{./users.html} Users in Archiva}} + * {{{./roles.html} Roles in Archiva}} * {{{./customising-security.html} Customising Security}} diff --git a/archiva-docs/src/site/apt/adminguide/users.apt b/archiva-docs/src/site/apt/adminguide/users.apt new file mode 100644 index 000000000..28f06da0c --- /dev/null +++ b/archiva-docs/src/site/apt/adminguide/users.apt @@ -0,0 +1,55 @@ + ------ + Manage Archiva Users + ------ + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +Manage Archiva Users + + Archiva uses the {{{http://archiva.apache.org/redback/} Redback}} security framework for managing repository security. When the server is first started, + you will be prompted to create an administration user. This user will be given permission to administer all aspects of the system (as well as + access to all of the repositories). This user can then be used to grant permissions to other users. + + A guest user is also created by default, and given read access to the default repositories (<<<internal>>> and <<<snapshots>>>). Repositories with + guest user access can be accessed without the use of a username and password (or without being logged in to the web interface). + +* Manage Users + + The ui provide a screen to manage your users. You can: + + * Delete user + + * Edit user + + * Block user + + * Force user to change password on next login + + [] + +[../images/users-list.png] + +* User edition + +** Screen to manage a user + +[../images/user-edit.png] + +** Screen to manage user roles + +[../images/user-edit-roles.png]
\ No newline at end of file diff --git a/archiva-docs/src/site/resources/images/user-edit-roles.png b/archiva-docs/src/site/resources/images/user-edit-roles.png Binary files differnew file mode 100644 index 000000000..75a6fab97 --- /dev/null +++ b/archiva-docs/src/site/resources/images/user-edit-roles.png diff --git a/archiva-docs/src/site/resources/images/user-edit.png b/archiva-docs/src/site/resources/images/user-edit.png Binary files differnew file mode 100644 index 000000000..ec4432689 --- /dev/null +++ b/archiva-docs/src/site/resources/images/user-edit.png diff --git a/archiva-docs/src/site/resources/images/users-list.png b/archiva-docs/src/site/resources/images/users-list.png Binary files differnew file mode 100644 index 000000000..595e96822 --- /dev/null +++ b/archiva-docs/src/site/resources/images/users-list.png |