diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-04-30 20:36:02 +0000 |
commit | 378e53f20a0f11c36afffbaef78f47a5303df9ce (patch) | |
tree | a39e3c216dc10f919ef272c53b67a8f01f001be0 /roles | |
parent | 82fd96bdcc5b721d8fc208fe4edba54f4dc6fdb7 (diff) | |
download | acf-core-378e53f20a0f11c36afffbaef78f47a5303df9ce.tar.bz2 acf-core-378e53f20a0f11c36afffbaef78f47a5303df9ce.tar.xz |
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model
Modified authenticator to make password module work
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'roles')
-rw-r--r-- | roles | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ ALL=welcome:read,logon:logon,logon:logout,logon:status -CREATE=password:administrator,password:status -READ=password:editme,password:save +CREATE=password:status,password:edituser,password:newuser,password:deleteuser +READ=password:editme NONE=roles:read,roles:getlist |