Changeset 152

Show
Ignore:
Timestamp:
11/28/05 06:54:00 (3 years ago)
Author:
lazyatom
Message:

Slight readme clarifications

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/user_engine/README

    r151 r152  
    5858    end 
    5959 
    60 7. Initialize the database tables. You must ensure that the tables for the LoginEngine are present since this engine builds on top of them. You can either use the engine migrations by calling 
     607. Initialize the database tables. You must ensure that the tables for the LoginEngine are present since this engine builds on top of them. You will probably get a warning if this is your first installation of the User Engine, indicating that you don't have an Admin role - that's fine, we'll be creating it later. You can either use the engine migrations by calling: 
    6161 
    6262    rake engine_migrate 
     
    8383    <%= engine_javascript "user" %> 
    8484 
    85 11. Start the server and log in - go to http://localhost:3000/user/list to see a list of all the users... 
     8511. Remove any existing sessions (since they might interfere with the login process), and start the server and log using your administrator login and password (if you didn't set one explicitly in your configuration, the defaults are 'admin'/'testing' - make sure you change them!) and go to http://localhost:3000/user/list to see a list of all the users. From there you can create new users, view roles & permissions, and play around... 
    8686 
    878712. Since the UserEngine overrides some of the default behaviour in the LoginEngine, if you have made your own modifications within your app directory, you'll probably want to examine these changes to make sure that your own customisations will still operate as expected. You'll need to look at the following: