Bug #9923 fix,the portal no longer show the user password after a user completes the registration

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/login-hook@155173 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-10-12 09:48:09 +00:00
parent a3b0454758
commit 3d401debb0
4 changed files with 4 additions and 6 deletions

View File

@ -14,7 +14,7 @@
<artifactId>login-hook</artifactId>
<packaging>war</packaging>
<name>login-hook Hook</name>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
<scm>
<connection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/portal/login-hook/1.2</connection>

View File

@ -10,4 +10,4 @@
## ##
###########################################################################################################################
login.form.navigation.socials=google, linkedIn, windowsLive
login.form.navigation.socials=google, linkedIn

View File

@ -140,9 +140,7 @@
</c:if>
</c:when>
<c:otherwise>
<%=LanguageUtil.format(pageContext,
"thank-you-for-creating-an-account.-your-password-is-x", userPassword,
false)%>
<%=LanguageUtil.get(pageContext, "thank-you-for-creating-an-account")%> Please login now.
</c:otherwise>
</c:choose>

View File

@ -1,6 +1,6 @@
name=login-hook
module-group-id=liferay
module-incremental-version=2
module-incremental-version=3
tags=
short-description=
change-log=