Hello Grigory Fateyev! On Mon, 31 Oct 2005 20:49:57 +0300 you wrote: > > Hello, django-users! > > I have some general questions about auth of django. Sorry if my > questions would seeming stupid. > > I'd like to do site authentication w/ sessions for users, some page of > site (like add some objects, etc.) must be accessible _only_ for > register users. > > If it possible, can somebody explain what way to do this I must choose > w/ examples? > > 1. How to commit sessions across all pages, and if need return user_id > for fields like this "author = meta.ForeignKey(auth.User)"? > > 2. How to integrate users table w/ another programs (phpbb) that use > db backend for authentication? > > Thanks a lot for helping! > Please, give me an example of authantication?
--