Merge branch 'hendrik-testing' into 'master'

add name field check in settings

See merge request !188
This commit was merged in pull request #192.
This commit is contained in:
Lars van Hijfte
2017-02-02 15:27:39 +01:00
7 changed files with 30 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
try {
switch ($_POST["form"]) {
case "profile":
updateSettings();
checkUpdateSettings();
break;
case "password":
changePassword();

View File

@@ -5,6 +5,10 @@
background-color: firebrick;
}
.alerttext {
color: white;
}
.user-box {
text-align: center;
}