5 lines
240 B
PHP
5 lines
240 B
PHP
<?php
|
|
// Manual plugin
|
|
$string['auth_manualdescription'] = 'This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user.';
|
|
$string['auth_manualtitle'] = 'Manual accounts';
|
|
?>
|