furance.auth: fix some help-lint errors...

...if only loading furance.auth.
handle-patch-and-put
John Benediktsson 2018-09-07 15:25:50 -07:00
parent fd7e19b6a0
commit 91b17cb28b
1 changed files with 11 additions and 6 deletions

View File

@ -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" } ;