furance.auth: fix some help-lint errors...
...if only loading furance.auth.handle-patch-and-put
parent
fd7e19b6a0
commit
91b17cb28b
|
@ -1,7 +1,14 @@
|
||||||
USING: assocs classes help.markup help.syntax kernel
|
USING: byte-arrays checksums.sha furnace.auth.providers
|
||||||
quotations strings words words.symbol furnace.auth.providers.db
|
furnace.auth.providers.db help.markup help.syntax http kernel
|
||||||
checksums.sha furnace.auth.providers math byte-arrays
|
math strings vocabs words.symbol ;
|
||||||
http ;
|
"furnace.auth.basic" require
|
||||||
|
"furnace.auth.features.deactivate-user" require
|
||||||
|
"furnace.auth.features.edit-profile" require
|
||||||
|
"furnace.auth.features.recover-password" require
|
||||||
|
"furnace.auth.features.registration" require
|
||||||
|
"furnace.auth.login" require
|
||||||
|
"furnace.auth.providers.assoc" require
|
||||||
|
"furnace.auth.providers.null" require
|
||||||
IN: furnace.auth
|
IN: furnace.auth
|
||||||
|
|
||||||
HELP: <protected>
|
HELP: <protected>
|
||||||
|
@ -193,8 +200,6 @@ $nl
|
||||||
{ $subsections "furnace.auth.users" }
|
{ $subsections "furnace.auth.users" }
|
||||||
"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."
|
|
||||||
{ $subsections "webapps.user-admin" }
|
|
||||||
"A concrete example."
|
"A concrete example."
|
||||||
{ $subsections "furnace.auth.example" } ;
|
{ $subsections "furnace.auth.example" } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue