mirror of https://github.com/apache/archiva.git
fix links as redback is now @asf
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1324845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b1fbb01caa
commit
f4215eb8b0
|
@ -43,7 +43,7 @@ Archiva Security Configuration
|
||||||
|
|
||||||
Following are some of the properties you can modify. For a complete list,
|
Following are some of the properties you can modify. For a complete list,
|
||||||
consult the default properties file in Redback's svn repo:
|
consult the default properties file in Redback's svn repo:
|
||||||
{{{http://svn.codehaus.org/redback/redback/trunk/redback-configuration/src/main/resources/org/codehaus/plexus/redback/config-defaults.properties}
|
{{{http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/redback-configuration/src/main/resources/org/apache/archiva/redback/config-defaults.properties}
|
||||||
config-defaults.properties}}
|
config-defaults.properties}}
|
||||||
|
|
||||||
+-----+
|
+-----+
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
Understanding Apache Archiva Security Roles
|
Understanding Apache Archiva Security Roles
|
||||||
|
|
||||||
Archiva uses the {{{http://redback.codehaus.org/} Redback}} security framework for managing repository security. When the server is first started,
|
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
|
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.
|
access to all of the repositories). This user can then be used to grant permissions to other users.
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
Understanding Apache Archiva Security
|
Understanding Apache Archiva Security
|
||||||
|
|
||||||
Archiva's security is managed by {{{http://redback.codehaus.org/} Redback}}. The following document describes how to configure your
|
Archiva's security is managed by {{{http://archiva.apache.org/redback/} Redback}}. The following document describes how to configure your
|
||||||
repository security:
|
repository security:
|
||||||
|
|
||||||
* {{{./roles.html} Roles in Archiva}}
|
* {{{./roles.html} Roles in Archiva}}
|
||||||
|
|
|
@ -85,7 +85,7 @@ Using REST Services
|
||||||
|
|
||||||
You can use Redback Rest Services to control user creation/modification and add/remove roles.
|
You can use Redback Rest Services to control user creation/modification and add/remove roles.
|
||||||
|
|
||||||
See {{http://redback.codehaus.org/integration/rest.html}}
|
See {{http://archiva.apache.org/redback/integration/rest.html}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -510,8 +510,7 @@ define("redback.user",["jquery","order!utils","i18n","jquery.validate","order!kn
|
||||||
* @param completeCallbackFn
|
* @param completeCallbackFn
|
||||||
*/
|
*/
|
||||||
loginCall=function(username,password,successCallbackFn, errorCallbackFn, completeCallbackFn) {
|
loginCall=function(username,password,successCallbackFn, errorCallbackFn, completeCallbackFn) {
|
||||||
var url = 'restServices/redbackServices/loginService/logIn';//?userName='+username;
|
var url = 'restServices/redbackServices/loginService/logIn';
|
||||||
//url += "&password="+password;
|
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: url,
|
url: url,
|
||||||
|
|
Loading…
Reference in New Issue