default value for the config value admin_password
This commit is contained in:
parent
b327d41ee6
commit
9b8517faeb
@ -94,4 +94,5 @@ def default_config(sender, key, **kwargs):
|
|||||||
return {
|
return {
|
||||||
'participant_pdf_system_url': 'http://example.com:8000',
|
'participant_pdf_system_url': 'http://example.com:8000',
|
||||||
'participant_pdf_welcometext': _('Welcome to OpenSlides!'),
|
'participant_pdf_welcometext': _('Welcome to OpenSlides!'),
|
||||||
|
'admin_password': None,
|
||||||
}.get(key)
|
}.get(key)
|
||||||
|
Loading…
Reference in New Issue
Block a user