Handbook
Glossary
allow-password-recovery ( realm -- realm )
Furnace framework
»
Furnace authentication
»
Optional authentication features
»
User password recovery
Next:
lost-password-from
Vocabulary
furnace
.
auth
.
features
.
recover-password
Inputs
realm
an authentication realm
Outputs
realm
an authentication realm
Word description
Adds a
recover-password
action to an authentication realm.
Definition
USING:
furnace.auth
http.server.dispatchers
;
IN:
furnace.auth.features.recover-password
:
allow-password-recovery
( realm -- realm )
<recover-action-1>
<auth-boilerplate>
"recover-password"
add-responder
<recover-action-2>
<auth-boilerplate>
"recover-2"
add-responder
<recover-action-3>
<auth-boilerplate>
"recover-3"
add-responder
<recover-action-4>
<auth-boilerplate>
"recover-4"
add-responder
;