diff --git a/library/email/email-safe.ecf b/library/email/email-safe.ecf new file mode 100644 index 0000000..54e3618 --- /dev/null +++ b/library/email/email-safe.ecf @@ -0,0 +1,17 @@ + + + + + + /.git$ + /EIFGENs$ + /.svn$ + + + + + + + + diff --git a/src/service/email/email_service.e b/library/email/email_service.e similarity index 100% rename from src/service/email/email_service.e rename to library/email/email_service.e diff --git a/src/service/email/email_service_parameters.e b/library/email/email_service_parameters.e similarity index 100% rename from src/service/email/email_service_parameters.e rename to library/email/email_service_parameters.e diff --git a/library/persistence/implementation/store/database/database_connection_null.e b/library/persistence/implementation/store/database/database_connection_null.e index 2cc85d6..06a3ed9 100644 --- a/library/persistence/implementation/store/database/database_connection_null.e +++ b/library/persistence/implementation/store/database/database_connection_null.e @@ -23,9 +23,9 @@ feature -- Initialization -- Create a database handler for ODBC with common settings. do create database_error_handler.make - create db_application.login (username, password) - db_application.set_hostname (hostname) - db_application.set_data_source (database_name) + create db_application.login (default_username, default_password) + db_application.set_hostname (default_username) + db_application.set_data_source (default_database_name) db_application.set_base create db_control.make end diff --git a/modules/auth/auth-safe.ecf b/modules/auth/auth-safe.ecf index 305e96f..863b264 100644 --- a/modules/auth/auth-safe.ecf +++ b/modules/auth/auth-safe.ecf @@ -20,6 +20,8 @@ + + diff --git a/modules/basic_auth/basic_auth-safe.ecf b/modules/basic_auth/basic_auth-safe.ecf index 0c21d8e..2d1be87 100644 --- a/modules/basic_auth/basic_auth-safe.ecf +++ b/modules/basic_auth/basic_auth-safe.ecf @@ -1,5 +1,5 @@ - +