Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-09 12:00:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-26 21:27:36 +0300
commit74a5b6e5ec40a2164b49d36b4b8f5ff2156d02f1 (patch)
tree614421f303ca04d5720d24a0f36b9d2cd9315108 /templates/loginsetup.php
parent99d7207aa4b636d77d56e788646b775b677f9f01 (diff)
Add possibility to set up at login
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates/loginsetup.php')
-rw-r--r--templates/loginsetup.php28
1 files changed, 28 insertions, 0 deletions
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 @@
+<?php declare(strict_types=1);
+
+/**
+ * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
+ *
+ * @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 <http://www.gnu.org/licenses/>.
+ */
+
+script('twofactor_u2f', 'login-setup');
+
+?>
+
+<div id="twofactor-u2f-login-setup"></div>