Re: [Openstack] Change user password (not admin)

2012-07-17 Thread Adam Young
On 06/06/2012 07:24 PM, Sam Morrison wrote: Hi, There has been a first attempt at this in keystone. See https://review.openstack.org/#/c/7437/ And bug: https://bugs.launchpad.net/keystone/+bug/996922 It needs more work to make it secure though. WHat do you think it needs? Please open a bug

Re: [Openstack] Change user password (not admin)

2012-06-07 Thread Rafael Durán Castañeda
On 06/07/2012 01:24 AM, Sam Morrison wrote: Hi, There has been a first attempt at this in keystone. See https://review.openstack.org/#/c/7437/ And bug: https://bugs.launchpad.net/keystone/+bug/996922 It needs more work to make it secure though. Cheers, Sam On Thu, Jun 7, 2012 at 7:13 AM, K

Re: [Openstack] Change user password (not admin)

2012-06-06 Thread Sam Morrison
Hi, There has been a first attempt at this in keystone. See https://review.openstack.org/#/c/7437/ And bug: https://bugs.launchpad.net/keystone/+bug/996922 It needs more work to make it secure though. Cheers, Sam On Thu, Jun 7, 2012 at 7:13 AM, Kiall Mac Innes wrote: > On Wed, Jun 6, 2012 a

Re: [Openstack] Change user password (not admin)

2012-06-06 Thread Kiall Mac Innes
On Wed, Jun 6, 2012 at 7:55 PM, Gabriel Hurley wrote: > Feel free to have at it with them again. ;-) > Feel free to add my +1 next time it comes up! Users being unable to change their own passwords simply seems wrong to me! Thanks, Kiall ___ Mailing l

Re: [Openstack] Change user password (not admin)

2012-06-06 Thread Gabriel Hurley
alf Of Guillermo Alvarado Sent: Wednesday, June 06, 2012 9:24 AM To: openstack@lists.launchpad.net Subject: [Openstack] Change user password (not admin) Hi everyone! I am trying to develop a new feature to horizon, I want to users can update their own password. I used this: from horizon import

[Openstack] Change user password (not admin)

2012-06-06 Thread Guillermo Alvarado
-- Forwarded message -- From: Guillermo Alvarado Date: 2012/6/6 Subject: [Openstack] Change user password (not admin) To: openstack@lists.launchpad.net Hi everyone! I am trying to develop a new feature to horizon, I want to users can update their own password. I used this

[Openstack] Change user password (not admin)

2012-06-06 Thread Guillermo Alvarado
Hi everyone! I am trying to develop a new feature to horizon, I want to users can update their own password. I used this: from horizon import api api.user_update_password( request, request.user.id, form.cleaned_data['new_password'], admin=True ) But the user is logged out becau