Skip to content

Commit

Permalink
Set login_disabled to false in the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
soline-b committed Oct 19, 2023
1 parent debccb4 commit 46f4b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[flask]
testing=true
login_disabled=true
# login_disabled is set to false in order to test the "true" handling of the anonymous user
# but it could be changed for testing purposes
login_disabled=false
secret_key="testing_secret_key"

[sentry]
Expand Down

0 comments on commit 46f4b9b

Please sign in to comment.