Handbook
Glossary
allow-registration? ( -- ? )
Furnace framework
»
Furnace authentication
»
Optional authentication features
»
User registration
Prev:
allow-registration ( realm -- realm )
Vocabulary
furnace
.
auth
.
features
.
registration
Inputs
None
Outputs
?
a
boolean
Word description
Outputs true if the current authentication realm allows user registration.
Definition
USING:
accessors
assocs
furnace.auth
kernel
namespaces
;
IN:
furnace.auth.features.registration
:
allow-registration?
( -- ? )
realm
get
responders>>
"register"
swap
key?
;