From 673a406772bf862c3cfc99ebfff5b96582a13959 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 8 Jul 2018 01:23:00 +0200 Subject: [PATCH] login: avoid editor conflict with login post Rename username variable to avoid triggering [index] authentication. With this form element, the welcome message is now superfluous. --- login/edit.php | 2 +- login/index.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/login/edit.php b/login/edit.php index 31d4d20..36058be 100644 --- a/login/edit.php +++ b/login/edit.php @@ -45,7 +45,7 @@ foreach ($cols as $col => &$colconf) { } $cols = [ - 'login' => [ + 'username' => [ 'label' => 'login', 'value' => $user['name'], 'target' => NULL, diff --git a/login/index.html b/login/index.html index bd2560e..c8700aa 100644 --- a/login/index.html +++ b/login/index.html @@ -1,7 +1,5 @@

Ingelogd

-

Ingelogd als [[user]].

- [[login/edit]] -- 2.30.0