diff options
author | Markus Warg <mw@it-sls.de> | 2010-08-18 14:57:13 +0200 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-08-18 14:57:13 +0200 |
commit | 79b16d2a04b61587759b36b0ab773c2ebaf352a9 (patch) | |
tree | 65d4c8d402e0a134029b4eca2deb83500d06c25d /manager/application/configs | |
parent | 5d25f6837871beae4067ce9a58e5fe664b3715e4 (diff) | |
download | cacert-mgr-79b16d2a04b61587759b36b0ab773c2ebaf352a9.tar.gz cacert-mgr-79b16d2a04b61587759b36b0ab773c2ebaf352a9.tar.xz cacert-mgr-79b16d2a04b61587759b36b0ab773c2ebaf352a9.zip |
display all emails to an user (check more addresses)
add method to get all email addresses that are associated to an account,
use list of addresses to allow access to emails (mail ping issue #834 #845)
modified: manager/application/configs/application.ini
modified: manager/application/controllers/MailController.php
new file: manager/library/CAcert/User/Emails.php
Diffstat (limited to 'manager/application/configs')
-rw-r--r-- | manager/application/configs/application.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manager/application/configs/application.ini b/manager/application/configs/application.ini index 61edc99..61f7d98 100644 --- a/manager/application/configs/application.ini +++ b/manager/application/configs/application.ini @@ -10,6 +10,7 @@ resources.frontController.noErrorHandler = 0 resources.frontController.useDefaultControllerAlways = 0
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
resources.view[] =
+autoloadernamespaces.0 = "CAcert_"
; Database settings for Session DB
ca_mgr.db.session.pdo = "Pdo_Mysql"
|