Changeset 5604
- Timestamp:
- 10/24/08 13:57:00 (3 months ago)
- Files:
-
- docs/2.0/docs/main/Auth.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/2.0/docs/main/Auth.rst
r5603 r5604 78 78 79 79 You'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. 80 the SQLAlchemy-powered model definitions in ``{yourpackage}.model.auth`` and 81 the relevant settings in ``{yourpackage}.config.app_cfg``. It also defines the 82 default users, groups and permissions in ``{yourpackage}.websetup``, which you 83 may want to customize. 83 84 84 85 Before trying to login and try authorization with the rows defined in