From 74a5b6e5ec40a2164b49d36b4b8f5ff2156d02f1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 9 Aug 2019 11:00:53 +0200 Subject: Add possibility to set up at login Signed-off-by: Christoph Wurst --- templates/loginsetup.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/loginsetup.php (limited to 'templates/loginsetup.php') diff --git a/templates/loginsetup.php b/templates/loginsetup.php new file mode 100644 index 0000000..d603f0a --- /dev/null +++ b/templates/loginsetup.php @@ -0,0 +1,28 @@ + + * + * @author 2019 Christoph Wurst + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +script('twofactor_u2f', 'login-setup'); + +?> + +
-- cgit v1.2.3