check if unique values already exists for user and Character registration and send notification mail to moderators

This commit is contained in:
coderkun 2014-04-16 13:42:19 +02:00
commit babfe5b017
11 changed files with 290 additions and 34 deletions

View file

@ -32,7 +32,8 @@
public static $app = array(
'name' => 'The Legend of Z',
'namespace' => 'hhu\\z\\',
'timeZone' => 'Europe/Berlin'
'timeZone' => 'Europe/Berlin',
'mailsender' => 'noreply@zyren.inf-d.de'
);