Finished conversion to lqusers from webusers

Note that you will need to regenerate the webusers.toml file
after this.

Part of my motivation for this is that this file is not strictly
for governing web permissions in the future.
This commit is contained in:
Dave Taht
2023-02-09 15:26:27 +00:00
parent 8ba5aed14e
commit a58ce5cd0b
4 changed files with 13 additions and 13 deletions

View File

@@ -550,7 +550,7 @@
}
function userManager() {
let html = "<p>For now, please use <em>bin/webusers</em> to manage users.</p>";
let html = "<p>For now, please use <em>bin/lqusers</em> to manage users.</p>";
$("#userManager").html(html);
}