moodle/lang/en_utf8/auth_manual.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';
?>