Changeset 5604

Show
Ignore:
Timestamp:
10/24/08 13:57:00 (3 months ago)
Author:
Gustavo
Message:

Added more information about quickstarted project with auth enabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • docs/2.0/docs/main/Auth.rst

    r5603 r5604  
    7878 
    7979You'll then get authentication and authorization code added for you, including 
    80 the SQLAlchemy-powered model definitions and the relevant settings in 
    81 ``{yourpackage}.config.app_cfg``. It also defines the default users, groups and 
    82 permissions in ``{yourpackage}.websetup``, which you may want to customize.  
     80the SQLAlchemy-powered model definitions in ``{yourpackage}.model.auth`` and  
     81the relevant settings in ``{yourpackage}.config.app_cfg``. It also defines the  
     82default users, groups and permissions in ``{yourpackage}.websetup``, which you  
     83may want to customize.  
    8384 
    8485Before trying to login and try authorization with the rows defined in