Revision
191
Author
misc
Date
2010-12-21 03:23:36 +0100 (Tue, 21 Dec 2010)

Log Message

- do not hardcode project url in mail sent, use a configuration for that

Modified Paths

Modified: identity/CatDap/trunk/catdap.yml
===================================================================
--- identity/CatDap/trunk/catdap.yml	2010-12-21 02:23:32 UTC (rev 190)
+++ identity/CatDap/trunk/catdap.yml	2010-12-21 02:23:36 UTC (rev 191)
@@ -11,6 +11,7 @@
 default_view: Web
 
 organisation: Mageia
+project_url: http://www.mageia.org/
 apptitle: Mageia Identity Management
 emailfrom: noreply@mageia.org
 

Modified: identity/CatDap/trunk/root/email/activation.tt
===================================================================
--- identity/CatDap/trunk/root/email/activation.tt	2010-12-21 02:23:32 UTC (rev 190)
+++ identity/CatDap/trunk/root/email/activation.tt	2010-12-21 02:23:36 UTC (rev 191)
@@ -4,4 +4,4 @@
 [% url %]
 
 --
-http://mageia.org/
\ No newline at end of file
+[% c.config.project_url %]

Modified: identity/CatDap/trunk/root/email/admin/password.tt
===================================================================
--- identity/CatDap/trunk/root/email/admin/password.tt	2010-12-21 02:23:32 UTC (rev 190)
+++ identity/CatDap/trunk/root/email/admin/password.tt	2010-12-21 02:23:36 UTC (rev 191)
@@ -7,4 +7,4 @@
 [% url %]
 
 --
-http://mageia.org/
\ No newline at end of file
+[% c.config.project_url %]