On Dec 20, 2005, at 12:29 AM, Henri Yandell wrote:
On 12/16/05, Dave Johnson <[EMAIL PROTECTED]> wrote:
With Henri's help fixing bugs, I've produced Roller 2.0.1 RC2.
You can find it here: http://people.apache.org/~snoopdave/
Works well for me. The only errors I get in the postgres update are
the bad syntax ones for changing index names, and those seem
unavoidable and not worth the effort of trying to work a way around.
I do notice that my user seems unable to see the admin screen, despite
the bayard login being the one in the rollerconfig table's adminusers
column. Switching to be the id column from my user's row didn't help.
Any ideas?
The rollerconfig table is no longer used.
Admin users are now indicated by the userrole table.
To give a user global admin rights, use the ServerConfig:User page.
- Dave