mirror of https://github.com/apache/archiva.git
add doc page on manage users
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00f6276a38
commit
b6f139fd0e
|
@ -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}}
|
||||
|
|
|
@ -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]
|
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
Loading…
Reference in New Issue