Cant login using email or username. Only google+

I make all modificactions to make available the login with google+. It works fine but the problem is after that, goole+ is the only way the users can login. Even if a create e new user he can’t login with mail and password or username and password.

Any ideas?

I’ve noticed this problem, too. Can no longer log in as admin because of it.

ERPNext: v10.1.54 (master) (self hosted)
Frappe Framework: v10.1.49 (master)

Browser console:

Failed to load resource: the server responded with a status of 500 ()
frappe-web.min.js:960 Traceback (most recent call last):
  File "/home/frappe/bench/apps/frappe/frappe/app.py", line 59, in application
    init_request(request)
  File "/home/frappe/bench/apps/frappe/frappe/app.py", line 121, in init_request
    frappe.local.http_request = frappe.auth.HTTPRequest()
  File "/home/frappe/bench/apps/frappe/frappe/auth.py", line 53, in __init__
    frappe.local.login_manager = LoginManager()
  File "/home/frappe/bench/apps/frappe/frappe/auth.py", line 107, in __init__
    if self.login()==False: return
  File "/home/frappe/bench/apps/frappe/frappe/auth.py", line 126, in login
    self.authenticate(user=user, pwd=pwd)
  File "/home/frappe/bench/apps/frappe/frappe/auth.py", line 205, in authenticate
    self.check_if_enabled(user)
  File "/home/frappe/bench/apps/frappe/frappe/auth.py", line 211, in check_if_enabled
    if cint(doc.allow_consecutive_login_attempts) > 0:
AttributeError: 'SystemSettings' object has no attribute 'allow_consecutive_login_attempts'

process_response @ frappe-web.min.js:960

Still suffering from this issue. Any solutions?

Check here for similar reports or clues for example Issues · frappe/frappe · GitHub