summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-13 15:07:41 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-13 15:20:43 +0300
commit1b7b80a20302f95656176db150db9c28d612fd2b (patch)
treeec9491794eb52b3e67f97355acb7a719c17c25de /yarns
parent1a59110df9711ae6f04c3226a73c2747ebde93c8 (diff)
downloadqvisqve-1b7b80a20302f95656176db150db9c28d612fd2b.tar.gz
Fix: path for login page needs to be /login
Diffstat (limited to 'yarns')
-rw-r--r--yarns/300-end-user-auth.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/300-end-user-auth.yarn b/yarns/300-end-user-auth.yarn
index f22bbfd..8a4d412 100644
--- a/yarns/300-end-user-auth.yarn
+++ b/yarns/300-end-user-auth.yarn
@@ -19,7 +19,7 @@ FIXME: Explain the login process here, with sequence diagram.
User goes to the login URL and gets a login page.
- WHEN browser requests GET /qvisqve/login
+ WHEN browser requests GET /login
THEN HTTP status code is 200 OK
AND Content-Type is text/html
AND body has an HTML form with field username