LDAPAccountManager/lam/templates/3rdParty/pla/lib/RandomPasswordAttribute.php

18 lines
323 B
PHP
Raw Permalink Normal View History

2014-06-01 07:10:15 +00:00
<?php
/**
* Classes and functions for the template engine.
*
* @author The phpLDAPadmin development team
* @package phpLDAPadmin
*/
/**
* Represents an attribute whose values are random passwords
*
* @package phpLDAPadmin
* @subpackage Templates
*/
class RandomPasswordAttribute extends PasswordAttribute {
}
?>