From 91b17cb28b0106d20505d4bf223015f4fe119871 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 7 Sep 2018 15:25:50 -0700 Subject: [PATCH] furance.auth: fix some help-lint errors... ...if only loading furance.auth. --- basis/furnace/auth/auth-docs.factor | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/basis/furnace/auth/auth-docs.factor b/basis/furnace/auth/auth-docs.factor index 58317ee29a..a05dd3c605 100644 --- a/basis/furnace/auth/auth-docs.factor +++ b/basis/furnace/auth/auth-docs.factor @@ -1,7 +1,14 @@ -USING: assocs classes help.markup help.syntax kernel -quotations strings words words.symbol furnace.auth.providers.db -checksums.sha furnace.auth.providers math byte-arrays -http ; +USING: byte-arrays checksums.sha furnace.auth.providers +furnace.auth.providers.db help.markup help.syntax http kernel +math strings vocabs words.symbol ; +"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 HELP: @@ -193,8 +200,6 @@ $nl { $subsections "furnace.auth.users" } "Authentication realms can be adorned with additional functionality." { $subsections "furnace.auth.features" } -"An administration tool." -{ $subsections "webapps.user-admin" } "A concrete example." { $subsections "furnace.auth.example" } ; -- 2.34.1