How can I get hold of the current logged-in user’s plaintext password in the following file of Sabre DAV library? Answer For Basic Authentication, the file is this: baikalCoreFrameworksBaikalCorePDOBasicAuth.php plain password is at the validateUserPass function and it can be stored at a global var (or in the session as mentioned in the comments of the question): Then, at the