BootstrapSQLiteBlog/pages/user/list.php

6 lines
125 B
PHP

<?php
global $c;
UserAuth::requirePermission("admin");
TableEditor::render("credentials", ["email", "hash"]);
?>