Line: 18 to 18 | ||||||||
---|---|---|---|---|---|---|---|---|
returns true if the password file is not currently modifyable | ||||||||
Added: | ||||||||
> > |
ObjectMethod getMustChangePassword ($cUID) -> $flagReturns 1 if the $cUID must change the password, else 0. Returns undef if $cUID not found.ObjectMethod getUserData ($cUID) -> $dataRefReturn a reference to an array of hashes with user data, used to manage users. Each item is a hash with:
ObjectMethod setUserData ($cUID,$dataRef)Set the user data of a user. Same array of hashes as getUserData is assumed, although only{name} and {value} are used.
Returns an empty string if save action is OK, or an error string
starting with 'Error: ' if there is an error. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package
Support for htpasswd and htdigest format password files.
Subclass of |