Closed 0xfeedface closed 11 years ago
When I register using a password like 'foo$$bar' the e-mail contains as password 'foo$bar'.
Hm, that's the reason: "%PASSWORD%".replace("%PASSWORD%", 'foo$$bar')
But not sure why I get 'foo$bar'.
When I register using a password like 'foo$$bar' the e-mail contains as password 'foo$bar'.