View Issue Details

IDProjectCategoryView StatusLast Update
0001272OXID eShop (all versions)1.04. Content, static (register, contact etc.) pagespublic2009-09-28 14:35
Reporterandreas_ziethen Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001272: Password forgotten link does not work because FireFox corrupts character in oxupdatepassinfoplainemail
DescriptionPlease have a look at cms snippet with ident oxupdatepassinfoplainemail.
There's a strange charakter behind [{ $user->getUpdateId()}]:

... uid=[{ $user->getUpdateId()}]〈=[{ $oViewConf->getActLanguageId() }] ....
                               ^^^^^^

This leads to a non working link in the plain mails.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

related to 0001273 resolvedsarunas_valaskevicius forgot password emails with wrong links - wrong database query in oxemail::sendForgotPwdEmail() 

Activities

dainius.bigelis

2009-09-03 15:26

reporter   ~0001630

May be related to 0001273

sarunas_valaskevicius

2009-09-03 17:11

reporter   ~0001638

this is done only by firefox, as it replaces &lang (even without ;) as it would be &9001; entity.

added &lang= replace to &lang= to skip this behaviour in links