From 7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 12 Sep 2018 13:35:45 +0000 Subject: Require a password to create new polls --- modules/epoll/templates/epoll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/epoll/templates/epoll.yml') diff --git a/modules/epoll/templates/epoll.yml b/modules/epoll/templates/epoll.yml index a6d078ff..d442a41e 100644 --- a/modules/epoll/templates/epoll.yml +++ b/modules/epoll/templates/epoll.yml @@ -8,4 +8,4 @@ db: dbname=<%= scope.lookupvar('epoll::var::db_name') %>;host=<%= scope.lookupva # This change the poll creation behavior, instead ask want confirmation by # mail # it ask for this password (in clear) -# newpollpasswd: +newpollpasswd: <%= scope.lookupvar('epoll::var::password') %> -- cgit v1.2.1