diff --git a/matrix_registration/config.py b/matrix_registration/config.py index 866102e6..7d806503 100644 --- a/matrix_registration/config.py +++ b/matrix_registration/config.py @@ -117,7 +117,7 @@ def read_config(self, dictionary): with sample values """ # important keys that need to be changed - keys = ['server_location', 'server_name', 'shared_secret', 'port'] + keys = ['server_location', 'server_name', 'port', 'registration_shared_secret'] for key in keys: temp = dictionary[key] dictionary[key] = input('enter {}, e.g. {}\n'.format(key, temp)) diff --git a/matrix_registration/static/images/element-logo.png b/matrix_registration/static/images/element-logo.png new file mode 100644 index 00000000..7de76f75 Binary files /dev/null and b/matrix_registration/static/images/element-logo.png differ