abstract fun getStoredPwd(user: User): String
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
user - the user to get the stored password for
Return
the password, either as hashed version or as cleartext, depending on the preferences