[SYNCOPE-1013] Esclamation mark missing

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9448637b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9448637b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9448637b

Branch: refs/heads/SYNCOPE-808
Commit: 9448637bc61bb102676cde5d09836e3ac7227007
Parents: 4c4d3ba
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Sun Feb 12 14:02:14 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Sun Feb 12 14:02:14 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/domains/MasterContent.xml               | 4 ++--
 .../src/test/resources/domains/MasterContent.xml               | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9448637b/core/persistence-jpa/src/main/resources/domains/MasterContent.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/src/main/resources/domains/MasterContent.xml 
b/core/persistence-jpa/src/main/resources/domains/MasterContent.xml
index 05f3921..5b6cab9 100644
--- a/core/persistence-jpa/src/main/resources/domains/MasterContent.xml
+++ b/core/persistence-jpa/src/main/resources/domains/MasterContent.xml
@@ -158,7 +158,7 @@ a password reset was request for ${user.getUsername()}.
 
 In order to complete this request, you need to visit this link:
 
-http://localhost:9080/syncope-enduser/app/#/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}
+http://localhost:9080/syncope-enduser/app/#!/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}
 
 If you did not request this reset, just ignore the present e-mail.
 
@@ -169,7 +169,7 @@ Best regards."
 a password reset was request for ${user.getUsername()}.&lt;/p&gt;
 
 &lt;p&gt;In order to complete this request, you need to visit this 
-&lt;a 
href=&quot;http://localhost:9080/syncope-enduser/app/#/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}&quot;&gt;link&lt;/a&gt;&lt;/p&gt;.
+&lt;a 
href=&quot;http://localhost:9080/syncope-enduser/app/#!/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}&quot;&gt;link&lt;/a&gt;&lt;/p&gt;.
 
 &lt;p&gt;If you did not request this reset, just ignore the present 
e-mail.&lt;/p&gt;
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/9448637b/core/persistence-jpa/src/test/resources/domains/MasterContent.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/src/test/resources/domains/MasterContent.xml 
b/core/persistence-jpa/src/test/resources/domains/MasterContent.xml
index 50b8e47..28c6715 100644
--- a/core/persistence-jpa/src/test/resources/domains/MasterContent.xml
+++ b/core/persistence-jpa/src/test/resources/domains/MasterContent.xml
@@ -1210,7 +1210,7 @@ a password reset was request for ${user.getUsername()}.
 
 In order to complete this request, you need to visit this link:
 
-http://localhost:9080/syncope-enduser/app/#/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}
+http://localhost:9080/syncope-enduser/app/#!/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}
 
 If you did not request this reset, just ignore the present e-mail.
 
@@ -1221,7 +1221,7 @@ Best regards."
 a password reset was request for ${user.getUsername()}.&lt;/p&gt;
 
 &lt;p&gt;In order to complete this request, you need to visit this 
-&lt;a 
href=&quot;http://localhost:9080/syncope-enduser/app/#/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}&quot;&gt;link&lt;/a&gt;&lt;/p&gt;.
+&lt;a 
href=&quot;http://localhost:9080/syncope-enduser/app/#!/confirmpasswordreset?token=${input.get(0).replaceAll('
 ', '%20')}&quot;&gt;link&lt;/a&gt;&lt;/p&gt;.
 
 &lt;p&gt;If you did not request this reset, just ignore the present 
e-mail.&lt;/p&gt;
 
@@ -2434,4 +2434,4 @@ $$ }&#10;
   <SyncopeLogger 
logName="syncope.audit.[LOGIC]:[SyncopeLogic]:[]:[isSelfRegAllowed]:[SUCCESS]" 
logLevel="DEBUG" logType="AUDIT"/>
   
   <SecurityQuestion id="887028ea-66fc-41e7-b397-620d7ea6dfbb" content="What's 
your mother's maiden name?"/>
-</dataset>
\ No newline at end of file
+</dataset>

Reply via email to