Tags: perfact/SimpleUserFolder
Tags
Call getUserDetails as fallback for code abusing it for side effects (#9 )
Do not fall back to BasicUserFolder authentication. (#8) Otherwise, if getUserDetails in the BasicUserFolder happens to return the password hash of a user that is actually denied access by getUserAuthorization (for example, because the user is disabled), access will still be granted if using Basic authentication.