Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 8dca193

Browse files
committed
Use AJXP_Utils function for decyphering password
1 parent 0fd493c commit 8dca193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/access.remote_fs/class.remote_fsAccessWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected function parseUrl($url)
213213
$wallet = $loggedUser->getPref("AJXP_WALLET");
214214
if (is_array($wallet) && isSet($wallet[$this->repositoryId]["AUTH_USER"])) {
215215
$this->user = $wallet[$this->repositoryId]["AUTH_USER"];
216-
$this->password = $loggedUser->decodeUserPassword($wallet[$this->repositoryId]["AUTH_PASS"]);
216+
$this->password = AJXP_Utils::decypherStandardFormPassword($loggedUser->getId(), $wallet[$this->repositoryId]["AUTH_PASS"]);
217217
}
218218
}
219219
}

0 commit comments

Comments
 (0)