diff example_conf.toml @ 478:3af7ca761f6a

Purge password reset role The risk of SQL-injections and thus privilege escalation via the metamorphic user was estimated not high enough to justify the extra role. Thus, bring database back in line with rev. ffdb507d5b42 and re-enable password reset.
author Tom Gottfried <tom@intevation.de>
date Thu, 23 Aug 2018 16:41:44 +0200
parents 5611cf72cc92
children
line wrap: on
line diff
--- a/example_conf.toml	Thu Aug 23 16:18:07 2018 +0200
+++ b/example_conf.toml	Thu Aug 23 16:41:44 2018 +0200
@@ -1,6 +1,4 @@
 dbhost = "gemma_db"
-service-user = "gemma_service"
-service-password = "pw2Reset4"
 host = "0.0.0.0"
 sessions = "/tmp/gemma_session.data"
 web = "./web"