I hope this does not mean that user passwords are stored in plain text in the 
database table.

-----Original Message-----
From: Ian Duffy [mailto:i...@ianduffy.ie] 
Sent: Saturday, September 14, 2013 6:02 AM
To: users@cloudstack.apache.org
Subject: Re: How to reset admin password of CloudStack WebUI?

Hi Diggy,

The passwords are stored in the user_view table. With the way the 
authentication works we can just insert a plain text password for the reset and 
then change it via the user panel once logged in.

Find your user:
select username, password from user_view;

Set a password of password for that user:
update user_view set password = 'password' where username='admin';

Login to Cloudstack with admin/password navigate over to accounts, admin, view 
users, admin, change password.


On 14 September 2013 04:15, Diggy Shuvy <digg...@gmail.com> wrote:

> Hello All,
>
> I got problem on login page of CS 4.1.1 web management.
> How to reset admin password of CloudStack 4.1.1 web management?
>
> Thank a lot.
> Diggy
>

Reply via email to