Fossil SCM
Fix a documentation error on the setup_access page.
Commit
742d64d916facd8c49807fd34a0eab26d5dd742437b0367cb26bf2af1f3c66a3
Parent
fff37e624e2b634…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -331,11 +331,11 @@ | ||
| 331 | 331 | @ <p>When selected, force the use of HTTPS for the Login page. |
| 332 | 332 | @ <p>Details: When enabled, this option causes the $secureurl TH1 |
| 333 | 333 | @ variable is set to an "https:" variant of $baseurl. Otherwise, |
| 334 | 334 | @ $secureurl is just an alias for $baseurl. Also when enabled, the |
| 335 | 335 | @ Login page redirects to https if accessed via http. |
| 336 | - @ (Property: "redirhttps") | |
| 336 | + @ (Property: "redirect-to-https") | |
| 337 | 337 | @ <hr /> |
| 338 | 338 | onoff_attribute("Require password for local access", |
| 339 | 339 | "localauth", "localauth", 0, 0); |
| 340 | 340 | @ <p>When enabled, the password sign-in is always required for |
| 341 | 341 | @ web access. When disabled, unrestricted web access from 127.0.0.1 |
| 342 | 342 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -331,11 +331,11 @@ | |
| 331 | @ <p>When selected, force the use of HTTPS for the Login page. |
| 332 | @ <p>Details: When enabled, this option causes the $secureurl TH1 |
| 333 | @ variable is set to an "https:" variant of $baseurl. Otherwise, |
| 334 | @ $secureurl is just an alias for $baseurl. Also when enabled, the |
| 335 | @ Login page redirects to https if accessed via http. |
| 336 | @ (Property: "redirhttps") |
| 337 | @ <hr /> |
| 338 | onoff_attribute("Require password for local access", |
| 339 | "localauth", "localauth", 0, 0); |
| 340 | @ <p>When enabled, the password sign-in is always required for |
| 341 | @ web access. When disabled, unrestricted web access from 127.0.0.1 |
| 342 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -331,11 +331,11 @@ | |
| 331 | @ <p>When selected, force the use of HTTPS for the Login page. |
| 332 | @ <p>Details: When enabled, this option causes the $secureurl TH1 |
| 333 | @ variable is set to an "https:" variant of $baseurl. Otherwise, |
| 334 | @ $secureurl is just an alias for $baseurl. Also when enabled, the |
| 335 | @ Login page redirects to https if accessed via http. |
| 336 | @ (Property: "redirect-to-https") |
| 337 | @ <hr /> |
| 338 | onoff_attribute("Require password for local access", |
| 339 | "localauth", "localauth", 0, 0); |
| 340 | @ <p>When enabled, the password sign-in is always required for |
| 341 | @ web access. When disabled, unrestricted web access from 127.0.0.1 |
| 342 |