CCI-MOC / moc-openstack-tools

Tools for OpenStack administration, user/project management, etc.
Apache License 2.0
0 stars 8 forks source link

Resetting password is a manual process #98

Open pns005 opened 6 years ago

pns005 commented 6 years ago

It seems password reset was never automated completely ?

Resetting passwords:

The ticket will contain the OpenStack username and a 4 digit PIN. Log into the helpdesk VM and type:

$ moc reset-password <USERNAME> <PIN>
HuzefaMandvi commented 6 years ago

Ian and I took a look at the code, looks like the password reset just opens a ticket in the helpdesk.

CCI-MOC/setpass/setpass/api.py line 181

When user submits their username/pin, the api creates the ticket with the user information - running the python script to reset the password is not automated.