Hi,
Not sure if this is a known issue. I found my rc installation unable to
change email accounts passwords in the db. A short digging revealed that the mysql query uses wrong variable.
$newpasswd vs. $newpassword (line 44 and 48)
Changing $newpasswd to $newpassword fixes the issue. This is version roundcubemail-0.1-rc1.1.
Second issue is that there is polish translation missing for texts like 'change password' etc.
I checked this via www interface and it says nothing is missing.
Anyway I added them manually.
BTW. Nice work.
Thanks. _______________________________________________ List info: http://lists.roundcube.net/dev/
hi mk,
mk@ambsoft.pl wrote:
Not sure if this is a known issue. I found my rc installation unable to change email accounts passwords in the db. A short digging revealed that the mysql query uses wrong variable.
$newpasswd vs. $newpassword (line 44 and 48)
Changing $newpasswd to $newpassword fixes the issue. This is version roundcubemail-0.1-rc1.1.
since when is it possible to change the password via the default roundcube install?
i know that there is a patch lurking around somewhere, but i haven't seen it in the official svn, nor does trac.roundecube.net find anything.
Second issue is that there is polish translation missing for texts like 'change password' etc.
I checked this via www interface and it says nothing is missing.
Anyway I added them manually.
as the password change feature is not in the official roundcube repository, why should the translations be in there? :)
i think we can discard these issues as they are related to a third-party-patch.
cheers, raoul bhatia
Not sure if this is a known issue. I found my rc installation unable to change email accounts passwords in the db. A short digging revealed that the mysql query uses wrong variable.
$newpasswd vs. $newpassword (line 44 and 48)
Changing $newpasswd to $newpassword fixes the issue. This is version roundcubemail-0.1-rc1.1.
since when is it possible to change the password via the default roundcube install?
i know that there is a patch lurking around somewhere, but i haven't seen it in the official svn, nor does trac.roundecube.net find anything.
Ho...hm ... true. I patched it but thought the bug was in the unpatched version.
Second issue is that there is polish translation missing for texts like 'change password' etc.
I checked this via www interface and it says nothing is missing.
Anyway I added them manually.
as the password change feature is not in the official roundcube repository, why should the translations be in there? :)
i think we can discard these issues as they are related to a third-party-patch.
Sorry for the noise.
Thanks. _______________________________________________ List info: http://lists.roundcube.net/dev/