Project

General

Profile

Known Issues » History » Version 1

Luke Murphey, 08/12/2017 06:32 AM

1 1 Luke Murphey
h1. Known Issues
2 1 Luke Murphey
3 1 Luke Murphey
h2. Form Authentication Doesn't Work
4 1 Luke Murphey
5 1 Luke Murphey
Form authentication is difficult to get working reliably and is not supported in the following cases:
6 1 Luke Murphey
7 1 Luke Murphey
# Forms that require the use of Javascript (unless you use Firefox or Chrome as the browser)
8 1 Luke Murphey
# Forms that use two-factor authentication
9 1 Luke Murphey
# Forms that require several forms to be completed in sequence
10 1 Luke Murphey
# Forms that use a captcha
11 1 Luke Murphey
# Forms that maintain state using something other than cookies
12 1 Luke Murphey
# Website can only maintain an authenticated state when by updating a cookie repeatedly
13 1 Luke Murphey
# Forms that must be submitted by something other than an input or submit button