File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ hardcopy:
240240 # If 1, don't delete temporary files created when a hardcopy is generated.
241241 preserve_temp_files : 0
242242
243+ # Set this to 1 to allow the html2xml and render_rpc endpoints to disable
244+ # cookies and thus skip two factor authentication. This should never be enabled
245+ # for a typical webwork server. This should only be enabled if you want to
246+ # allow serving content via these endpoints to links in external websites with
247+ # usernames and passwords embedded in them such as for PreTeXt textbooks.
248+ allow_unsecured_rpc : 0
249+
243250# External Programs
244251
245252# These applications are often found in /bin, but sometimes in /usr/bin or even in /opt/local/bin.
@@ -327,10 +334,3 @@ database:
327334
328335 # Reference: https://dev.mysql.com/doc/refman/8.0/en/identifier-length.html
329336 maxCourseIdLength : 40
330-
331- # Set this to 1 to allow the html2xml and render_rpc endpoints to disable
332- # cookies and thus skip two factor authentication. This should never be enabled
333- # for a typical webwork server. This should only be enabled if you want to
334- # allow serving content via these endpoints to links in external websites with
335- # usernames and passwords embedded in them such as for PreTeXt textbooks.
336- allow_unsecured_rpc : 0
Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ sub set_server_settings {
421421 return ;
422422}
423423
424- =back
425424=head2 two_factor_authentication_enabled
426425
427426Usage: C<< $ce->two_factor_authentication_enabled >>
You can’t perform that action at this time.
0 commit comments