Fossil SCM
Improved instructions for setting a common captcha-secret across a login-group on the /setup_login_group page.
Commit
404f15501be570cfdadd81f69d7d2ad1a9bfca9891861de59449512e525d1408
Parent
acfaf4e48e776d8…
1 file changed
+7
-3
+7
-3
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -853,13 +853,17 @@ | ||
| 853 | 853 | @ |
| 854 | 854 | @ <p><form action="%R/setup_login_group" method="post"><div> |
| 855 | 855 | login_insert_csrf_secret(); |
| 856 | 856 | @ <p>To leave this login group press: |
| 857 | 857 | @ <input type="submit" value="Leave Login Group" name="leave"> |
| 858 | - @ <p>To rotate the captcha-secret on all members of the login-group | |
| 859 | - @ so that they can all share anonymous logins, press: | |
| 860 | - @ <input type="submit" name="rotate" value="Rotate the captcha-secret"> | |
| 858 | + @ <p>Setting a common captcha-secret on all repositories in the login-group | |
| 859 | + @ allows anonymous logins for one repository in the login group to be used | |
| 860 | + @ by all other repositories of the group within the same domain. Warning: | |
| 861 | + @ If a captcha dialog was painted before setting the common captcha-secret | |
| 862 | + @ and the "Speak password for 'anonymous'" button is pressed afterwards, | |
| 863 | + @ the spoken text will be incorrect. | |
| 864 | + @ <input type="submit" name="rotate" value="Set common captcha-secret"> | |
| 861 | 865 | @ </form></p> |
| 862 | 866 | } |
| 863 | 867 | @ <hr><h2>Implementation Details</h2> |
| 864 | 868 | @ <p>The following are fields from the CONFIG table related to login-groups. |
| 865 | 869 | @ </p> |
| 866 | 870 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -853,13 +853,17 @@ | |
| 853 | @ |
| 854 | @ <p><form action="%R/setup_login_group" method="post"><div> |
| 855 | login_insert_csrf_secret(); |
| 856 | @ <p>To leave this login group press: |
| 857 | @ <input type="submit" value="Leave Login Group" name="leave"> |
| 858 | @ <p>To rotate the captcha-secret on all members of the login-group |
| 859 | @ so that they can all share anonymous logins, press: |
| 860 | @ <input type="submit" name="rotate" value="Rotate the captcha-secret"> |
| 861 | @ </form></p> |
| 862 | } |
| 863 | @ <hr><h2>Implementation Details</h2> |
| 864 | @ <p>The following are fields from the CONFIG table related to login-groups. |
| 865 | @ </p> |
| 866 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -853,13 +853,17 @@ | |
| 853 | @ |
| 854 | @ <p><form action="%R/setup_login_group" method="post"><div> |
| 855 | login_insert_csrf_secret(); |
| 856 | @ <p>To leave this login group press: |
| 857 | @ <input type="submit" value="Leave Login Group" name="leave"> |
| 858 | @ <p>Setting a common captcha-secret on all repositories in the login-group |
| 859 | @ allows anonymous logins for one repository in the login group to be used |
| 860 | @ by all other repositories of the group within the same domain. Warning: |
| 861 | @ If a captcha dialog was painted before setting the common captcha-secret |
| 862 | @ and the "Speak password for 'anonymous'" button is pressed afterwards, |
| 863 | @ the spoken text will be incorrect. |
| 864 | @ <input type="submit" name="rotate" value="Set common captcha-secret"> |
| 865 | @ </form></p> |
| 866 | } |
| 867 | @ <hr><h2>Implementation Details</h2> |
| 868 | @ <p>The following are fields from the CONFIG table related to login-groups. |
| 869 | @ </p> |
| 870 |