From 729aaaed5f6f743bdf6ec3f83a03b970e2e7bbae Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 30 Mar 2020 14:37:49 +0200
Subject: [PATCH] test deployment

---
 README.md                                         | 6 ++++++
 mymodule/themes/fancytheme/core/loginuserpass.php | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 511f8ea..a9c7255 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 e271ca7..d97dbe4 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>
 
-- 
GitLab