default value for the config value admin_password

This commit is contained in:
Oskar Hahn 2012-07-18 10:46:26 +02:00
parent b327d41ee6
commit 9b8517faeb

View File

@ -94,4 +94,5 @@ def default_config(sender, key, **kwargs):
return {
'participant_pdf_system_url': 'http://example.com:8000',
'participant_pdf_welcometext': _('Welcome to OpenSlides!'),
'admin_password': None,
}.get(key)