File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ hardcopy:
240
240
# If 1, don't delete temporary files created when a hardcopy is generated.
241
241
preserve_temp_files : 0
242
242
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
+
243
250
# External Programs
244
251
245
252
# These applications are often found in /bin, but sometimes in /usr/bin or even in /opt/local/bin.
@@ -327,10 +334,3 @@ database:
327
334
328
335
# Reference: https://dev.mysql.com/doc/refman/8.0/en/identifier-length.html
329
336
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 {
421
421
return ;
422
422
}
423
423
424
- =back
425
424
=head2 two_factor_authentication_enabled
426
425
427
426
Usage: C<< $ce->two_factor_authentication_enabled >>
You can’t perform that action at this time.
0 commit comments