diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-01-24 22:24:30 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-01-24 22:24:30 +0000 |
commit | 43ac64370f5e8d53ecf874048c27d493c5bc01b4 (patch) | |
tree | a560b46ea47a32929e4cfa894309997cb35b2cfe /app/Makefile | |
parent | b42210d80281189875c652909b971fcb514ec8b2 (diff) | |
download | acf-core-43ac64370f5e8d53ecf874048c27d493c5bc01b4.tar.bz2 acf-core-43ac64370f5e8d53ecf874048c27d493c5bc01b4.tar.xz |
Add password.listlockevents/unlockuser/unlockip actions to acf-util
password.status now reports locked status for each user
Modified session lib to add list_events/delete_events
Changed session.record_event/count_events to take IP rather than hash
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index 2b93f30..50a5821 100644 --- a/app/Makefile +++ b/app/Makefile @@ -5,6 +5,7 @@ APP_DIST= \ acf-util/logon-controller.lua \ acf-util/logon-model.lua \ acf-util/password-controller.lua \ + acf-util/password-listlockevents-html.lsp \ acf-util/password-model.lua \ acf-util/password-status-html.lsp \ acf-util/password.menu \ |