Known Bugs
From OpenEMM Wiki
Here's a list of known bugs.
Also see the Bug-Tracker
Contents |
Password-hashes depend on default charset
Affected version: 5.0.2
Description: The password is hashed after string-conversation with the default-charset. Characters in the password may be converted to "?" and that results in insecurity.
Symptoms: You can login, even if you replace some characters in you password by "?"
Detail: See Bug-Tracker
Fixed in Version: none
Links with & cause problems
Affected version: 5.0.2
Description: If you set a Link with the HTML-Editor, any & in the link will be written as & to the HTML-code. This is correct, but OpenEMM does not decode the &.
Symptoms: In the Newsletter, you click on a link of the form "http://www.domain.org/r?uid=...". The browser is redirected to an URL which is different from the one you have set within OpenEMM. All & have been replaced by &. Therefor the link may not work as expected.
Detail: See Bug-Tracker
Fixed in Version: none