Skip to content

marcdexet-cnrs/user_account_actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Account Actions

Owncloud 7 app that send emails on user creation and deletion

The body of the mails may be changed : modify the templates (mail and html) which are in the templates directory. The template's names are pretty straightforward.

Install

A parameter MUST be configured in global owncloud config.php

'monitoring_admin_email' => '[email protected]',

This parameter is used as recipient address to send the emails to.

The "From" mail address have to be configured in your admin panel. See http://doc.owncloud.org/server/7.0/admin_manual/configuration/configuration_mail.html

License and authors

Author: Patrick Paysant ([email protected])
Copyright: Copyright (c) 2014 CNRS DSI
License: AGPL v3, see the COPYING file.

About

OwnCloud7 app that sends mails on account creation or deletion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%