Fossil SCM
Fix a typo on the Setup/Access page.
Commit
e67a77dfeca34f507e251043775db7c64a9d1c6b
Parent
93f48ce0cb4cf56…
1 file changed
+5
-4
+5
-4
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -868,14 +868,15 @@ | ||
| 868 | 868 | @ login name of a valid user and no other login credentials are available, |
| 869 | 869 | @ then the REMOTE_USER is accepted as an authenticated user. |
| 870 | 870 | @ </p> |
| 871 | 871 | @ |
| 872 | 872 | @ <hr /> |
| 873 | - entry_attribute("IP address turns used in login cookie", 3, "ip-prefix-terms", "ipt", | |
| 874 | - "2"); | |
| 875 | - @ <p>The number of octets of of the IP address used in the login cookie. Set to | |
| 876 | - @ zero to omit the IP address from the login cookie. A value of 2 is recommended. | |
| 873 | + entry_attribute("IP address terms used in login cookie", 3, | |
| 874 | + "ip-prefix-terms", "ipt", "2"); | |
| 875 | + @ <p>The number of octets of of the IP address used in the login cookie. | |
| 876 | + @ Set to zero to omit the IP address from the login cookie. A value of | |
| 877 | + @ 2 is recommended. | |
| 877 | 878 | @ </p> |
| 878 | 879 | @ |
| 879 | 880 | @ <hr /> |
| 880 | 881 | entry_attribute("Login expiration time", 6, "cookie-expire", "cex", "8766"); |
| 881 | 882 | @ <p>The number of hours for which a login is valid. This must be a |
| 882 | 883 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -868,14 +868,15 @@ | |
| 868 | @ login name of a valid user and no other login credentials are available, |
| 869 | @ then the REMOTE_USER is accepted as an authenticated user. |
| 870 | @ </p> |
| 871 | @ |
| 872 | @ <hr /> |
| 873 | entry_attribute("IP address turns used in login cookie", 3, "ip-prefix-terms", "ipt", |
| 874 | "2"); |
| 875 | @ <p>The number of octets of of the IP address used in the login cookie. Set to |
| 876 | @ zero to omit the IP address from the login cookie. A value of 2 is recommended. |
| 877 | @ </p> |
| 878 | @ |
| 879 | @ <hr /> |
| 880 | entry_attribute("Login expiration time", 6, "cookie-expire", "cex", "8766"); |
| 881 | @ <p>The number of hours for which a login is valid. This must be a |
| 882 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -868,14 +868,15 @@ | |
| 868 | @ login name of a valid user and no other login credentials are available, |
| 869 | @ then the REMOTE_USER is accepted as an authenticated user. |
| 870 | @ </p> |
| 871 | @ |
| 872 | @ <hr /> |
| 873 | entry_attribute("IP address terms used in login cookie", 3, |
| 874 | "ip-prefix-terms", "ipt", "2"); |
| 875 | @ <p>The number of octets of of the IP address used in the login cookie. |
| 876 | @ Set to zero to omit the IP address from the login cookie. A value of |
| 877 | @ 2 is recommended. |
| 878 | @ </p> |
| 879 | @ |
| 880 | @ <hr /> |
| 881 | entry_attribute("Login expiration time", 6, "cookie-expire", "cex", "8766"); |
| 882 | @ <p>The number of hours for which a login is valid. This must be a |
| 883 |