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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-06-04 20:07:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-06-04 20:10:25 +0300
commit42156f9b6e7705f3d8d3c634beffb8ee34886278 (patch)
tree53dbb64adfd78d22cbd4a4fa89e2c1859e31fdc3 /templates
parented7d8759dbc637e121c732bfeb3cfc2042d818ff (diff)
add GUI and other small enhancements
Diffstat (limited to 'templates')
-rw-r--r--templates/personal.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/personal.php b/templates/personal.php
new file mode 100644
index 0000000..c90c80f
--- /dev/null
+++ b/templates/personal.php
@@ -0,0 +1,11 @@
+<?php
+
+script('twofactor_totp', 'settingsview');
+script('twofactor_totp', 'settings');
+
+?>
+
+<div class="section">
+ <h2>TOTP Second-factor Auth</h2>
+ <div id="twofactor-totp-settings"></div>
+</div>