1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/data/TWiki/TWikiUsersApacheHtpasswdUserDotPm.txt Sat Jan 26 15:50:53 2008 +0100
1.3 @@ -0,0 +1,24 @@
1.4 +---+ Package =TWiki::Users::ApacheHtpasswdUser=
1.5 +
1.6 +Password manager that uses Apache::HtPasswd to manage users and passwords.
1.7 +
1.8 +Subclass of [[TWikiUsersPasswordDotPm][ =TWiki::Users::Password= ]].
1.9 +See documentation of that class for descriptions of the methods of this class.
1.10 +
1.11 +Duplicates functionality of
1.12 +[[TWikiUsersHtPasswdUserDotPm][ =TWiki::Users::HtPasswdUser=]];
1.13 +provided mainly as an example of how to write a new password manager.
1.14 +
1.15 +
1.16 +%TOC%
1.17 +
1.18 +---++ ObjectMethod *finish* <tt>()</tt>
1.19 +Break circular references.
1.20 +
1.21 +
1.22 +
1.23 +---++ ObjectMethod *readOnly* <tt>() -> boolean</tt>
1.24 +
1.25 +returns true if the password file is not currently modifyable
1.26 +
1.27 +