BootstrapSQLiteAuth/pages/user/list.php

7 lines
125 B
PHP

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