furnace.auth.login: name of the realm is already set in the <login-realm> constructor

db4
Björn Lindqvist 2015-10-02 13:14:26 +02:00
parent 7eec8621aa
commit 6b940cb972
5 changed files with 6 additions and 4 deletions

View File

@ -173,7 +173,6 @@ ARTICLE: "furnace.auth.example" "Furnace authentication example"
{ $code
": <login-config> ( responder -- responder' )
\"Factor website\" <login-realm>
\"Factor website\" >>name
allow-registration
allow-password-recovery
allow-edit-profile

View File

@ -0,0 +1,6 @@
USING: accessors furnace.auth.login tools.test ;
IN: furnace.auth.login.tests
{ "Some realm" } [
f "Some realm" <login-realm> name>>
] unit-test

View File

@ -57,7 +57,6 @@ IN: webapps.site-watcher
: <login-config> ( responder -- responder' )
"SiteWatcher" <login-realm>
"SiteWatcher" >>name
allow-registration
allow-password-recovery
allow-edit-profile

View File

@ -127,7 +127,6 @@ io.sockets.secure ;
: <login-config> ( responder -- responder' )
"Todo list" <login-realm>
"Todo list" >>name
allow-registration
allow-edit-profile
allow-deactivation ;

View File

@ -54,7 +54,6 @@ TUPLE: concatenative-website < dispatcher ;
: <login-config> ( responder -- responder' )
"Factor website" <login-realm>
"Factor website" >>name
allow-registration
allow-password-recovery
allow-edit-profile