# File lib/ramaze/helper/user.rb, line 174
        def _login(creds = _persistence)
          if @_user = _would_login?(creds)
            self._persistence = creds
          end
        end