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 -~----------~----~----~----~------~----~------~--~---
