[Fri 02/18] Additional clarification about the AccessControl.setCurrentUser()
The AccessControl.setCurrentUser(String username) instance method sets the current user to the user whose username matches the passed username to the method (exact match case sensitive). If NO match found with username within the ArrayList users, this method does nothing.