Update# clear TODO that are completed

This commit is contained in:
Pellaeon Lin 2015-11-18 00:53:43 +08:00
parent 649480c403
commit fa191f1101
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ class SettingsController extends Controller {
foreach ( $groups as $group ) {
$group_id_list[] = $group->getGid();
}
// TODO selected
$current_value = $this->config->getAppValue($this->appName, 'registered_user_group', 'none');
$allowed_domains = $this->config->getAppValue($this->appName, 'allowed_domains', '');
return new TemplateResponse('registration', 'admin', [

View File

@ -1,4 +1,3 @@
<?php
// TODO use OC_Default to get site name
echo $l->t('To create a new account on %s, just click the following link:', [$_['sitename']]);
echo str_replace('{link}', $_['link'], '<br/><br/><a href="{link}">{link}</a>');