Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Furnace user administration tool
Furnace framework
>
Furnace authentication
Prev:
Optional authentication features
Next:
Furnace authentication example
The
webapps.user-admin
vocabulary implements a web application for adding, removing and editing users in authentication realms that use
Database authentication provider
.
<user-admin>
( -- responder )
Access to the web app itself is protected, and only users having an administrative capability can access it:
can-administer-users?
To make an existing user an administrator, call the following word in a
with-db
scope:
make-admin
( username -- )