If secondary mails exist, print them in account settings, and allow to delete them

This commit is contained in:
Patrick Georgi
2011-02-20 23:57:48 +01:00
parent 46fda14e08
commit 5afd073ff3
3 changed files with 36 additions and 0 deletions

View File

@@ -471,6 +471,11 @@ $ctl[] = array('regex' => '#^/preferences/email/ak/(.*)/$#',
'model' => 'IDF_Views_User',
'method' => 'changeEmailDo');
$ctl[] = array('regex' => '#^/preferences/email/(\d+)/delete/$#',
'base' => $base,
'model' => 'IDF_Views_User',
'method' => 'deleteMail');
$ctl[] = array('regex' => '#^/preferences/key/(\d+)/delete/$#',
'base' => $base,
'model' => 'IDF_Views_User',