you are using a recordset value in the login behavior.
you should using a form element binding instead of using a recordset binding.
you create a login form with user name and password elements.
then in the login behavior, bind the username column to the user name form element and the password column to the password form element.