Allow deletion of member accounts in profile

This commit is contained in:
Daniel Winzen
2016-04-29 21:50:04 +02:00
parent 3105cffaf1
commit 190ec4c863
4 changed files with 36 additions and 3 deletions

View File

@ -342,6 +342,7 @@ $I=array(
'regednick' => 'This nickname is a registered member.',
'eninbox' => 'Enable offline inbox',
'inboxmsgs' => 'Read %d messages in your inbox',
'offline' => '(offline)'
'offline' => '(offline)',
'deleteacc' => 'Delete account'
);
?>