summaryrefslogtreecommitdiffstats
path: root/app/acf-util
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-07-24 20:43:15 +0000
committerTed Trask <ttrask01@yahoo.com>2008-07-24 20:43:15 +0000
commit0b933c7c8b5daf0fd62d9f9dfef973b8383250f1 (patch)
treecf1e20cc81b6c81a6bd0d91fabafcc3c5c7c316f /app/acf-util
parent178b4bec7aa886f08687a9518bc0f1a996fc7372 (diff)
downloadacf-core-0b933c7c8b5daf0fd62d9f9dfef973b8383250f1.tar.bz2
acf-core-0b933c7c8b5daf0fd62d9f9dfef973b8383250f1.tar.xz
Another rewrite of validator to remove dnsfiles and add a generic way for other controllers to save user-based settings. Also added fs.create_file function.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1317 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util')
-rwxr-xr-xapp/acf-util/password-status-html.lsp3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp
index 8091316..c16e0d6 100755
--- a/app/acf-util/password-status-html.lsp
+++ b/app/acf-util/password-status-html.lsp
@@ -30,9 +30,6 @@ io.write("</span>")
<TD STYLE='border:none;'><B><?= user.value.roles.label ?></B></TD>
<TD STYLE='border:none;'><?= table.concat(user.value.roles.value, " / ") ?></TD>
</TR><TR>
- <TD STYLE='border:none;'><B><?= user.value.dnsfiles.label ?></B></TD>
- <TD STYLE='border:none;'><?= table.concat(user.value.dnsfiles.value, "<br>") ?></TD>
- </TR><TR>
<TD STYLE='border:none;'><B>Option</B></TD>
<TD STYLE='border:none;'>
[<A HREF='edituser?userid=<?= name ?>'>Edit this account</A>]