I am also facing the same issue. currently i am using Hortonworks_sandbox2.1
Traceback:
File “/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/handlers/base.py” in get_response
100. response = callback(request, *callback_args, **callback_kwargs)
File “/usr/lib/hue/desktop/core/src/desktop/auth/views.py” in dt_login
114. login(request, user)
File “/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/contrib/auth/__init__.py” in login
69. user.save()
File “/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/contrib/auth/models.py” in save
427. raise NotImplementedError
Exception Type: NotImplementedError at /accounts/login/
Exception Value:
One of the django developer suggested me to upgrade from Django 1.2 to Django 1.7 and make changes in models.py at location “/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/contrib/auth/models.py”
models.py should be modified in such a way that it should authenticate the user first, and then login.
I think hortonworks should upgrade from django 1.2 to django 1.7 and consider these changes.
Please let me know if am wrong or if these changes are already implemented in the new version of sandbox.
Thanks,
Gokul S