Re: [Pulp-list] Resetting pulp admin user password and permissions

2018-01-11 Thread Dennis Kliban
The solution was to execute the following in a python shell: from pulp.server.db.connection import initialize; initialize() from pulp.server.controllers.user import update_user update_user('admin', {'password':'yournewpassword'}) On Thu, Jan 11, 2018 at 11:21 AM, Paul Urwin

Re: [Pulp-list] Resetting pulp admin user password and permissions

2018-01-11 Thread Paul Urwin
This is now resolved, I was assisted on the #pulp freenode channel :) On Thu, 11 Jan 2018 at 12:14 Paul Urwin wrote: > Can anyone point me in the right direction? > > Cheers > > Paul > > > On Tue, 9 Jan 2018, 13:07 Paul Urwin, wrote: > >> Hello,

Re: [Pulp-list] Resetting pulp admin user password and permissions

2018-01-11 Thread Paul Urwin
Can anyone point me in the right direction? Cheers Paul On Tue, 9 Jan 2018, 13:07 Paul Urwin, wrote: > Hello, > > What's the procedure to reset the admin password and permissions, my host > seems to now have a blank admin password, which I can log in with but then >

[Pulp-list] Resetting pulp admin user password and permissions

2018-01-09 Thread Paul Urwin
Hello, What's the procedure to reset the admin password and permissions, my host seems to now have a blank admin password, which I can log in with but then the admin user doesn't have the rights to change it or perform various types of other operation. e.g. after logging in as admin #