diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-05 14:41:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-05 14:41:54 +0000 |
commit | 76a118d4fe2f180badaff69dac8c6c46df991663 (patch) | |
tree | 3082be685448011e47c37d21aa5f8a1865c5164e /app/acf-util/password-status-html.lsp | |
parent | 3eecd1d2d435332a27e1712cdb352391ffaa0b9d (diff) | |
download | acf-core-76a118d4fe2f180badaff69dac8c6c46df991663.tar.bz2 acf-core-76a118d4fe2f180badaff69dac8c6c46df991663.tar.xz |
Finished user and role management
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1100 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util/password-status-html.lsp')
-rwxr-xr-x | app/acf-util/password-status-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index b7c9b05..f544884 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -31,6 +31,7 @@ io.write("</span>") <TD> [<A HREF='edituser?userid=<?= name ?>'>Edit this account</A>] [<A HREF='deleteuser?userid=<?= name ?>'>Delete this account</A>] + [<A HREF='<?= ENV.SCRIPT_NAME ?>/acf-util/roles/viewuserroles?userid=<?= name ?>'>View roles for this account</A>] </TD> </TR> </TABLE></DD> |