{% extends "layout.html" %} {% block title %}Users{% endblock %} {% block content %} {% include "modal.html" %} {% if current_user.is_authenticated %}
ID | Username | Logins | Last login | Failed logins | Last failed | TOTP | TOTP initialized | OTP only | Admin | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ user.id }} | {{ user.username }} | {{ user.sign_count }} | {{ user.last_login | ctime }} | {{ user.failed_logins }} | {% if user.last_failed %}{{ user.last_failed | ctime }}{% endif %} | {% if user.totp_secret %}{% endif %} | Delete |
ID | Name | Username | ||
---|---|---|---|---|
{{ authenticator.id }} | {{ authenticator.name }} | {{ usermap[authenticator.user] }} | Delete |
Import user from JSON
Paste a users JSON data here. Click Import to import the user into the database.
Import authenticator from JSON
Paste a authenticators JSON data here. Additionally specify the user ID of the user to which the authenticator belongs. Then click Import to import the authenticator into the database.