Skip to content
Commit a426f84d authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix enabling send password by Talk with same password in mail shares



When "send password by Talk" is enabled in a mail share a new password
must be also set. However, when the passwords of the original and the
new share were compared it was not taken into account that the original
password is now hashed, while the new one is not (unless no new password
was sent, in which case the password of the original share was set in
the new share by the controller, but that was already prevented due to
both passwords being literally the same), so it was possible to set the
same password again.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 75695905
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment