phpldapadmin/lib/RandomPasswordAttribute.php

18 lines
323 B
PHP
Raw Normal View History

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