Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] auth is broken?

Subject: COmanage Developers List

List archive

Re: [comanage-dev] auth is broken?


Chronological Thread 
  • From: Scott Koranda <>
  • To: Benn Oshrin <>
  • Cc:
  • Subject: Re: [comanage-dev] auth is broken?
  • Date: Mon, 21 Nov 2011 12:40:04 -0600

> On 11/21/11 11:33 AM, Scott Koranda wrote:
> >and I am being told "If you see this page, your password isn't
> >* in the database."
> >
> >I don't understand this--COmanage should not need any password.
>
> It doesn't need your password, but Cake needs a row in the users
> table, which has a password column, for which the value '*' must be
> provided.
>
> What's in cm_users? It's plausible I broke that view with the latest
> commit for fresh installs. I vaguely remember thinking I needed to
> update it.
>

Hi,

When I run "./cake setup" I see this:

Enter administrator's login username
>
- Dropping users table
PHP Warning: pg_query(): Query failed: ERROR: table "cm_users" does not
exist in
/home/skoranda/CodeRepositories/COmanage/trunk/cake/libs/model/datasources/dbo/dbo_postgres.php
on line 167
- Creating users view
- Creating COmanage CO
- Adding initial Org Identity
PHP Warning: pg_query(): Query failed: ERROR: value too long for type
character varying(2) in
/home/skoranda/CodeRepositories/COmanage/trunk/cake/libs/model/datasources/dbo/dbo_postgres.php
on line 167
Array
(
)
- Adding Org Identity to CO
- Creating COmanage admin group
Setup complete

Is this something you can fix quickly or should I dig in?

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page