Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Labels:None
-
Environment:XP Pro, MySQL, HSql
-
Number of attachments :
Description
Upon bootstrap, multiple users (users that come with trails by default) are showing up in the User table.
Login as admin/admin
List Users
this is what renders on the user-interface
I do not know why thes eare not being constrained by ID... it appears the dups have the same ID
1 user Foo Bar true true true true
1 user Foo Bar true true true true
2 admin Admin Admin true true true true
2 admin Admin Admin true true true true
2 admin Admin Admin true true true true
3 anonymous Anonymous Anonymous true true true true
For my local build I added Anonymous user (and this is checked in)
Well it's important to note that the database is fine.
It has the proper amount of users
Additionally, the join table for roles is also setup properly too.
This appears to be a collection rendering issue