Reviewed: https://review.openstack.org/534644 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=259648bcf75fae45cb3afc4de88f68921f036f68 Submitter: Zuul Branch: master
commit 259648bcf75fae45cb3afc4de88f68921f036f68 Author: wei.ying <[email protected]> Date: Wed Jan 17 14:21:20 2018 +0800 Assign project role to the user when the user is created In the angular create user form page, when the new user is created, the role selected by the administrator is not assigned to the user, which will result in the creation of the user can not log in normally. This patch uses the existing service, when the new user is created, then Assign project role for the new user. Change-Id: I52b9bb3bc986cc89439cf22deb1e250a9252938a Closes-Bug:#1743596 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1743596 Title: Users created with the angular user form can not login Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Env: devstack master branch Steps to reproduce: 1. Set '"users_panel": True' in openstack_dashboard/settings.py. 2. Go to identity/Users panel and Click 'Create User' button. 3. Fill in the user's basic information and Submit form. 4. Log out and log in with the user created by 3. The results will prompt: "You are not authorized for any projects or domains." To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1743596/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

