add link "remove account" to /mod/settings.php
This commit is contained in:
parent
82abb14bf9
commit
77a0570162
|
@ -75,6 +75,11 @@ EOT;
|
|||
'label' => t('Export personal data'),
|
||||
'url' => $a->get_baseurl(true) . '/uexport',
|
||||
'selected' => ''
|
||||
),
|
||||
array(
|
||||
'label' => t('Remove account'),
|
||||
'url' => $a->get_baseurl(true) . '/removeme',
|
||||
'selected' => ''
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue