equal
deleted
inserted
replaced
|
1 ---+ Package =TWiki::Users::ApacheHtpasswdUser= |
|
2 |
|
3 Password manager that uses Apache::HtPasswd to manage users and passwords. |
|
4 |
|
5 Subclass of [[TWikiUsersPasswordDotPm][ =TWiki::Users::Password= ]]. |
|
6 See documentation of that class for descriptions of the methods of this class. |
|
7 |
|
8 Duplicates functionality of |
|
9 [[TWikiUsersHtPasswdUserDotPm][ =TWiki::Users::HtPasswdUser=]]; |
|
10 provided mainly as an example of how to write a new password manager. |
|
11 |
|
12 |
|
13 %TOC% |
|
14 |
|
15 ---++ ObjectMethod *finish* <tt>()</tt> |
|
16 Break circular references. |
|
17 |
|
18 |
|
19 |
|
20 ---++ ObjectMethod *readOnly* <tt>() -> boolean</tt> |
|
21 |
|
22 returns true if the password file is not currently modifyable |
|
23 |
|
24 |