Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the method passwordForUser: returning a nil password now means "no access at all". This is what you should return if the given username doesn't exist in the system. In a related change, returning an empty string password is now allowed, and will be treated just like any other password. This is to add support for things such as anonymous access. Anonymous access can be a helpful tool when generating dynamic content: anonymous users get basic information, and authenticated users get top secret information for the same page request.
- Loading branch information