Skip to content

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaabp committed Mar 22, 2024
1 parent 6f713cc commit 2103368
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions conf/webwork2.mojolicious.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,13 @@ hardcopy:
# If 1, don't delete temporary files created when a hardcopy is generated.
preserve_temp_files: 0

# Set this to 1 to allow the html2xml and render_rpc endpoints to disable
# cookies and thus skip two factor authentication. This should never be enabled
# for a typical webwork server. This should only be enabled if you want to
# allow serving content via these endpoints to links in external websites with
# usernames and passwords embedded in them such as for PreTeXt textbooks.
allow_unsecured_rpc: 0

# External Programs

# These applications are often found in /bin, but sometimes in /usr/bin or even in /opt/local/bin.
Expand Down Expand Up @@ -327,10 +334,3 @@ database:

# Reference: https://dev.mysql.com/doc/refman/8.0/en/identifier-length.html
maxCourseIdLength: 40

# Set this to 1 to allow the html2xml and render_rpc endpoints to disable
# cookies and thus skip two factor authentication. This should never be enabled
# for a typical webwork server. This should only be enabled if you want to
# allow serving content via these endpoints to links in external websites with
# usernames and passwords embedded in them such as for PreTeXt textbooks.
allow_unsecured_rpc: 0
1 change: 0 additions & 1 deletion lib/WeBWorK/CourseEnvironment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ sub set_server_settings {
return;
}

=back
=head2 two_factor_authentication_enabled
Usage: C<< $ce->two_factor_authentication_enabled >>
Expand Down

0 comments on commit 2103368

Please sign in to comment.