Fix doc link for furnace user-admin webapp
parent
74c297600e
commit
586bd22743
|
|
@ -196,7 +196,7 @@ $nl
|
||||||
"Authentication realms can be adorned with additional functionality."
|
"Authentication realms can be adorned with additional functionality."
|
||||||
{ $subsections "furnace.auth.features" }
|
{ $subsections "furnace.auth.features" }
|
||||||
"An administration tool."
|
"An administration tool."
|
||||||
{ $subsections "furnace.auth.user-admin" }
|
{ $subsections "webapps.user-admin" }
|
||||||
"A concrete example."
|
"A concrete example."
|
||||||
{ $subsections "furnace.auth.example" } ;
|
{ $subsections "furnace.auth.example" } ;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ HELP: make-admin
|
||||||
{ $values { "username" string } }
|
{ $values { "username" string } }
|
||||||
{ $description "Makes an existing user into an administrator by giving them the " { $link can-administer-users? } " capability, thus allowing them to use the user admin tool." } ;
|
{ $description "Makes an existing user into an administrator by giving them the " { $link can-administer-users? } " capability, thus allowing them to use the user admin tool." } ;
|
||||||
|
|
||||||
ARTICLE: "furnace.auth.user-admin" "Furnace user administration tool"
|
ARTICLE: "webapps.user-admin" "Furnace user administration tool"
|
||||||
"The " { $vocab-link "webapps.user-admin" } " vocabulary implements a web application for adding, removing and editing users in authentication realms that use " { $link "furnace.auth.providers.db" } "."
|
"The " { $vocab-link "webapps.user-admin" } " vocabulary implements a web application for adding, removing and editing users in authentication realms that use " { $link "furnace.auth.providers.db" } "."
|
||||||
{ $subsections <user-admin> }
|
{ $subsections <user-admin> }
|
||||||
"Access to the web app itself is protected, and only users having an administrative capability can access it:"
|
"Access to the web app itself is protected, and only users having an administrative capability can access it:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue