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

Fix creating a mail share with a password



When a mail share was created with a password the given password was not
hashed, so it was not possible to open the share with that password.
Moreover, if passwords were enforced the given password was ignored and
a new one was set (although in this case it was hashed so it worked as
expected). Now the given password is properly hashed and not overriden.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent a2b0a7c3
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