Update# clear TODO that are completed
This commit is contained in:
parent
649480c403
commit
fa191f1101
|
|
@ -88,7 +88,6 @@ class SettingsController extends Controller {
|
||||||
foreach ( $groups as $group ) {
|
foreach ( $groups as $group ) {
|
||||||
$group_id_list[] = $group->getGid();
|
$group_id_list[] = $group->getGid();
|
||||||
}
|
}
|
||||||
// TODO selected
|
|
||||||
$current_value = $this->config->getAppValue($this->appName, 'registered_user_group', 'none');
|
$current_value = $this->config->getAppValue($this->appName, 'registered_user_group', 'none');
|
||||||
$allowed_domains = $this->config->getAppValue($this->appName, 'allowed_domains', '');
|
$allowed_domains = $this->config->getAppValue($this->appName, 'allowed_domains', '');
|
||||||
return new TemplateResponse('registration', 'admin', [
|
return new TemplateResponse('registration', 'admin', [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
<?php
|
<?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 $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>');
|
echo str_replace('{link}', $_['link'], '<br/><br/><a href="{link}">{link}</a>');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue