In both CsvAuthDataSource and MongoAuthDataSource, the getCurrentUser() method currently returns the first user from the data source:


and in LoginManagementUI:

After a user logs in successfully, the user stored in Session.currentUser is always the first user instead of the user who actually logged in