Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Jonathan Creasy
Pardon my ignorance, and lack of a computer at hand, what specifically would you like me to check? I am happy to help track this down. -Jonathan On Aug 28, 2013 11:14 PM, "Marcus Sorensen" wrote: > Does the actual ROOT/Admin user show that? If so, we should probably fix > that rather than the do

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Marcus Sorensen
ath" , > dev@cloudstack.apache.org > Sent: Thursday, August 29, 2013 12:14:23 AM > Subject: Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username > is Admin not admin > > Here's where the admin account is created > (server/src/com/cloud/server/Configurati

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-29 Thread Jonathan Creasy
- From: "Marcus Sorensen" To: "Jonathan Creasy" Cc: "Radhika Puthiyetath" , dev@cloudstack.apache.org Sent: Thursday, August 29, 2013 12:14:23 AM Subject: Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Marcus Sorensen
Here's where the admin account is created (server/src/com/cloud/server/ConfigurationServerImpl.java), when management server is first started after fresh db deploy. Looks like we intend for it to be "admin", I'm not sure where the "Admin" might be coming from unless it's a deployment on top of an e

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Marcus Sorensen
I'm just wondering what the actual database says... looking into a fresh deploy now. I'm assuming yours was also fresh and not an upgrade? You can run the mysql command 'select username from cloud.user where id=2;' On Wed, Aug 28, 2013 at 10:32 PM, Jonathan Creasy wrote: > Pardon my ignorance, a

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Jonathan Creasy
It's Admin on my boxes, 4.2 branch, CentOS 4.2. Using "admin" doesn't work. I haven't looked at the code to see if it could vary with password hashing methods or something. -Jonathan On Aug 28, 2013 11:08 PM, "Marcus Sorensen" wrote: > Huh? I've always logged in as 'admin'. > On Aug 28, 2013 10

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Marcus Sorensen
Does the actual ROOT/Admin user show that? If so, we should probably fix that rather than the doc. No reason to change an established standard now. On Aug 28, 2013 10:10 PM, "Jonathan Creasy" wrote: > It's Admin on my boxes, 4.2 branch, CentOS 4.2. Using "admin" doesn't work. > > I haven't looked

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Marcus Sorensen
Huh? I've always logged in as 'admin'. On Aug 28, 2013 10:01 PM, "Radhika PC" wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/13610/#review25706 > --

Re: Review Request 13610: Bugfix CLOUDSTACK-4359: Default username is Admin not admin

2013-08-28 Thread Radhika PC
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13610/#review25706 --- Ship it! Ship It! - Radhika PC On Aug. 16, 2013, midnight, Jonat