author | Colas Nahaboo <colas@nahaboo.net> |
Sat, 26 Jan 2008 15:50:53 +0100 | |
changeset 0 | 414e01d06fd5 |
permissions | -rw-r--r-- |
colas@0 | 1 |
---+ Package =TWiki::Users::ApacheHtpasswdUser= |
colas@0 | 2 |
|
colas@0 | 3 |
Password manager that uses Apache::HtPasswd to manage users and passwords. |
colas@0 | 4 |
|
colas@0 | 5 |
Subclass of [[TWikiUsersPasswordDotPm][ =TWiki::Users::Password= ]]. |
colas@0 | 6 |
See documentation of that class for descriptions of the methods of this class. |
colas@0 | 7 |
|
colas@0 | 8 |
Duplicates functionality of |
colas@0 | 9 |
[[TWikiUsersHtPasswdUserDotPm][ =TWiki::Users::HtPasswdUser=]]; |
colas@0 | 10 |
provided mainly as an example of how to write a new password manager. |
colas@0 | 11 |
|
colas@0 | 12 |
|
colas@0 | 13 |
%TOC% |
colas@0 | 14 |
|
colas@0 | 15 |
---++ ObjectMethod *finish* <tt>()</tt> |
colas@0 | 16 |
Break circular references. |
colas@0 | 17 |
|
colas@0 | 18 |
|
colas@0 | 19 |
|
colas@0 | 20 |
---++ ObjectMethod *readOnly* <tt>() -> boolean</tt> |
colas@0 | 21 |
|
colas@0 | 22 |
returns true if the password file is not currently modifyable |
colas@0 | 23 |
|
colas@0 | 24 |