Anonymous | Login | 2024-11-22 05:42 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001694 | PacketFence | web admin | public | 2013-08-19 15:22 | 2013-08-20 08:51 | |||
Reporter | muhlig | |||||||
Assigned To | francis | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | 4.0.4 | |||||||
Target Version | Fixed in Version | 4.0.6 | ||||||
Summary | 0001694: pre-registration confirmation mail - %s not replaced by domain name | |||||||
Description | There is a message in PacketFence: msgid "%s: Guest access confirmed!" which is used as a subject of confirmation mail in case of pre-registration. A guest receives this mail, but in the subject "%s" is not replaced by domain name of PacketFence system. It's worth noting all the other mails from PacketFence have "%s" correctly replaced - just this one particular mail has this issue. | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | cff7c1426c2dc8f760134afd4226b53badb5c87e | |||||||
fixed in mtn revision | ||||||||
Attached Files | ||||||||
Notes | |
(0003421) muhlig (reporter) 2013-08-20 02:32 |
Fix: /usr/local/pf/html/captive-portal/email_activation.cgi line 113 is 'subject' => i18n("%s: Guest access confirmed!", $Config{'general'}{'domain'}), should be 'subject' => i18n_format("%s: Guest access confirmed!", $Config{'general'}{'domain'}), |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-19 15:22 | muhlig | New Issue | |
2013-08-20 02:32 | muhlig | Note Added: 0003421 | |
2013-08-20 08:51 | francis | fixed in git revision | => cff7c1426c2dc8f760134afd4226b53badb5c87e |
2013-08-20 08:51 | francis | Status | new => resolved |
2013-08-20 08:51 | francis | Fixed in Version | => 4.0.6 |
2013-08-20 08:51 | francis | Resolution | open => fixed |
2013-08-20 08:51 | francis | Assigned To | => francis |
Copyright © 2000 - 2012 MantisBT Group |