From 983c339e75f93924436eccaaf110bd96c11228cb Mon Sep 17 00:00:00 2001 From: egmp777 Date: Sun, 10 Aug 2014 19:25:25 -0500 Subject: [PATCH] Spring Security Login and Registration Added Properties --- .../bin/.project | 53 +++++++++++++++++++ .../src/main/resources/application.properties | 6 +-- 2 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 spring-security-login-error-handling/bin/.project diff --git a/spring-security-login-error-handling/bin/.project b/spring-security-login-error-handling/bin/.project new file mode 100644 index 0000000000..41a69a9af5 --- /dev/null +++ b/spring-security-login-error-handling/bin/.project @@ -0,0 +1,53 @@ + + + spring-security-login-and-registration + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + org.hibernate.eclipse.console.hibernateBuilder + + + + + + org.springframework.ide.eclipse.core.springnature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.wst.jsdt.core.jsNature + org.hibernate.eclipse.console.hibernateNature + + diff --git a/spring-security-login-error-handling/src/main/resources/application.properties b/spring-security-login-error-handling/src/main/resources/application.properties index 7ddffa4e1f..a051636c6b 100644 --- a/spring-security-login-error-handling/src/main/resources/application.properties +++ b/spring-security-login-error-handling/src/main/resources/application.properties @@ -12,6 +12,6 @@ hibernate.hbm2ddl.auto=validate smtp.host=smtp.gmail.com smtp.port=465 smtp.protocol=smtps -smtp.username=egmp777@gmail.com -smtp.password=k117srvf -support.email=egmp777@gmail.com \ No newline at end of file +smtp.username=edson@gmail.com +smtp.password= +support.email=edson@gmail.com \ No newline at end of file