diff options
author | Louis Chemineau <louis@chmn.me> | 2023-04-13 18:05:37 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2023-04-13 18:05:37 +0200 |
commit | fec8ad8441484bc4da70729ea911d420fc8fb7a6 (patch) | |
tree | c3cb5ea9dd6192f6d4f05d841e982e49d094e139 /apps/files/src | |
parent | b3f59aa4c1c029fa601cc6152f04b81fd00b5dc5 (diff) | |
download | nextcloud-server-fec8ad8441484bc4da70729ea911d420fc8fb7a6.tar.gz nextcloud-server-fec8ad8441484bc4da70729ea911d420fc8fb7a6.zip |
Do not override stored credentials when login in with SAML
When login in with SAML, the password from `$event->getPassword()` is `null`.
This PR makes sure that this `null` value won't be used to override the stored password even though it is different.
This PR also allow for the password and user to be updated even though they were not set before.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files/src')
0 files changed, 0 insertions, 0 deletions