openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f2f911de7599b29abb552e7e846280a75ee15485
parent 27a1aa4601b41ff942e3d54071dede78513f71ba
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  7 Nov 2017 23:50:02 +0100

Den Token darf man auch im Klartext angeben.

Diffstat:
themes/default/templates/login/login.tpl.src.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/templates/login/login.tpl.src.xml b/themes/default/templates/login/login.tpl.src.xml @@ -119,7 +119,7 @@ </label> </part> <part class="input"> - <password name="user_token" default="" size="25"></password> + <input name="user_token" default="" size="25" /> </part> </part> </group>