nextcloud/apps/sharebymail/lib
Daniel Calviño Sánchez 73f1ea99ac 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: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29 19:38:28 +00:00
..
AppInfo Update license headers 2019-12-05 15:38:45 +01:00
Settings Update license headers 2019-12-05 15:38:45 +01:00
Activity.php Update license headers 2019-12-05 15:38:45 +01:00
Capabilities.php Update license headers 2019-12-05 15:38:45 +01:00
Settings.php Update license headers 2019-12-05 15:38:45 +01:00
ShareByMailProvider.php Fix creating a mail share with a password 2020-05-29 19:38:28 +00:00