-
Bug
-
Resolution: Done
-
Critical
-
1.2.0.Beta10
-
None
Two same sql queries are performed on authentication attempt using jdbc-realm.
2017-11-29T15:53:32.399596Z 338 Query select password from user where email = 'alberto@myapp.com' 2017-11-29T15:53:32.400879Z 338 Query select role, 'Roles' from user_role_auth where email = 'alberto@myapp.com' 2017-11-29T15:53:32.402531Z 338 Query select password from user where email = 'alberto@myapp.com'