Hi, stackers:

These days I want to implement a user registration system on top of
horizon, thus users can register by themselves on horizon and start to
work. On possible workflow may be: user registration -> email activatoin ->
create a private project for registered and activated user and set quota ->
user boot virtual machines to start his work.

I also want to add some profile support for users. And I want
django.contrib.admin support.

I found a similar problem here:
https://ask.openstack.org/en/question/695/how-to-make-openstack_auth-the-default-authentication-backend-for-django-admin/.
However, there's no valuable response.

I've read the source code of django.contrib.auth/django.contrib.admin and
django-openstack-auth and make sure that django.contrib.admin is not
compatible with current django-openstack-auth. So I wonder is there any
methods to solve this? I mean, make django-openstack-auth a compatible
backend for django.contrib.admin?

I note that trystack.org support social login(facebook), how can this be
implemented?

Thanks.

-- 

Xiao Hanyu

Github: @xiaohanyu
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to