Currently there is a line in the faq that incorrectly shows how to
become an admin. The line should either be updated or deleted.

On 2/1/09, jdutil <[email protected]> wrote:
>
> I don't see a need for that personally there is already an explanation
> of the rake task that accomplishes this in the readme below the
> install instructions.
>
> On Jan 31, 3:10 pm, Carl Fyffe <[email protected]> wrote:
>> Bruno,
>>
>> Could you update the FAQ with the following:
>>
>> How do I create an administrator account? Administrator privileges are
>> assigned through the database. First, create a user (sign up for an
>> account), then you have to alter that user's database record so that
>> they belong to the admin role. In console run the following:
>>
>> me = User.find_by_login 'yourlogin'
>> me.role = Role.find_by_name 'admin'
>> me.save
>>
>> Thanks,
>>
>> Carl
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to