diff --git a/install/install.py b/install/install.py index c6462d140..faf66202c 100755 --- a/install/install.py +++ b/install/install.py @@ -17,10 +17,7 @@ import stat VERSION = '2.1' BUILD = 1 -char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', - 'nums': '0123456789', - 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', - } +char_set = {'small': 'abcdefghijklmnopqrstuvwxyz','nums': '0123456789','big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} def generate_pass(length=14): diff --git a/websiteFunctions/templates/websiteFunctions/installWordPress.html b/websiteFunctions/templates/websiteFunctions/installWordPress.html index da2efa079..32751a2c3 100755 --- a/websiteFunctions/templates/websiteFunctions/installWordPress.html +++ b/websiteFunctions/templates/websiteFunctions/installWordPress.html @@ -17,7 +17,7 @@
+ {{ domainName }} - {% trans "Installation Details" %} - Stress Test
{% trans "Installation failed. Error message:" %} {$ errorMessage $}
{% trans "Installation successful. Visit:" %} {$ installationURL $}
+{% trans "Installation successful. Visit:" %} {$ installationURL $} or perform stress test.
{% trans "Could not connect to server. Please refresh this page." %}