Skip to content

Commit

Permalink
update email address of webmaster to valid address
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lauer authored and tomtoday committed Jul 18, 2017
1 parent 2b504c9 commit ae82940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reason_4.0/data/dbs/reason4.8.sql
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ CREATE TABLE `ldap_cache` (

LOCK TABLES `ldap_cache` WRITE;
/*!40000 ALTER TABLE `ldap_cache` DISABLE KEYS */;
INSERT INTO `ldap_cache` VALUES (5,'','','0000-00-00 00:00:00',''),(75393,'admin','webmaster@domain_name.domain','2015-08-14 18:38:17','admin'),(240622,'admin','webmaster@domain_name.domain','2017-03-27 14:03:23','admin'),(241409,'admin','webmaster@domain_name.domain','2015-08-14 18:38:17','admin'),(241410,'admin','webmaster@domain_name.domain','2014-01-24 14:41:55','admin');
INSERT INTO `ldap_cache` VALUES (5,'','','0000-00-00 00:00:00',''),(75393,'admin','webmaster@example.com','2015-08-14 18:38:17','admin'),(240622,'admin','webmaster@example.com','2017-03-27 14:03:23','admin'),(241409,'admin','webmaster@example.com','2015-08-14 18:38:17','admin'),(241410,'admin','webmaster@example.com','2014-01-24 14:41:55','admin');
/*!40000 ALTER TABLE `ldap_cache` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
4 changes: 2 additions & 2 deletions settings/package_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// Basic information about the organization
domain_define( 'FULL_ORGANIZATION_NAME','The Full Name of the Organization' );
domain_define( 'SHORT_ORGANIZATION_NAME', 'Short Org Name' );
domain_define( 'ORGANIZATION_HOME_PAGE_URI', 'http://www.domain_name.domain' );
domain_define( 'WEBMASTER_EMAIL_ADDRESS', 'webmaster@domain_name.domain' );
domain_define( 'ORGANIZATION_HOME_PAGE_URI', 'http://www.example.com' );
domain_define( 'WEBMASTER_EMAIL_ADDRESS', 'webmaster@example.com' );
domain_define( 'WEBMASTER_NAME', 'Joanne Q. Webmaster' );

/////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ae82940

Please sign in to comment.