On Mon, Apr 14, 2008 at 7:04 PM, n-org <[EMAIL PROTECTED]> wrote:
>
>  Thank you Mark (and the other developers who built all this).

np.

>  > >  2) Do they support registration or just login/authenticated pages?
>  >
>  > The intent is to have a registration module, but that's not yet written.

Registration is not part of the authorization layer per see. I hope we
can convert easily the existing registration package to work on TG2,
this was one of the reasons I kept the tg1 identity model intact.

The only part I'll change is the ability to add groups inside other
groups in order to be able to create hierarchies of groups.

>  In 1.0, I'd "register" a user by adding entries to the USER table.
>  However, I had to much with the sessions to get it some they're logged-
>  in in the current session.

Sorry I don't understand this sentence. Could you reformulate ?

>  Until a reg package exists, is there anything special we'll have to do
>  to create new users?  (Once they register, I don't want to make them
>  retype their username and pw).

I don't get this either. If you create a new user, then this user just
has to use the provided login. The concept of registration is to
create staging users by means of a form and upon approval (either by
an admin or automatically based on an email verification scheme) to
create the real user. In all those use cases, as soon as the user is
"activated" (read created in the tg_user table) it becomes useable
as-is and does not require to re-key anything.

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to