diff --git a/README.md b/README.md
index 511f8eaea1fff096405ec39207bc226318c3a446..a9c725586ed03ebd8e79515521e15afe24709b8e 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
 # customization simpleSAMLphp
 
+Automatically deploys changes to simplesamlphp Server. 
+
+	branch master: deploys to production
+	branch testing: deploys to test server
+
+
diff --git a/mymodule/themes/fancytheme/core/loginuserpass.php b/mymodule/themes/fancytheme/core/loginuserpass.php
index e271ca75393e72f1eb4504402bdb738397274ae0..d97dbe46e79a1829d2924ea7ca083cc21a17af16 100644
--- a/mymodule/themes/fancytheme/core/loginuserpass.php
+++ b/mymodule/themes/fancytheme/core/loginuserpass.php
@@ -58,7 +58,7 @@ if ($this->data['errorcode'] !== null) {
         ?>
     </form>
 
-    <p align="middle">Need an account? <a href="https://m4lab.hft-stuttgart.de/account/registration">Signup</a>. Or go <a href="https://transfer.hft-stuttgart.de/">Home</a>.</p>
+    <p align="middle">Need an account?!! <a href="https://m4lab.hft-stuttgart.de/account/registration">Signup</a>. Or go <a href="https://transfer.hft-stuttgart.de/">Home</a>.</p>
     <p align="middle"><a href="https://m4lab.hft-stuttgart.de/account/forgotPwd">Reset Password</a></p>
 </div>