mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
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';
|
|
?>
|