>
> Hi Ramos, I can see here Lotus Notes roots :-)  But defnitely some auth 
> based functions would be nice as part of web2py as they are generaly 
> usefull. They could be even part of auth object. Someting like 
>  auth.my_groups(), auth.my_roles(), auth.emails_for_group(group_
> name), auth.find_by_email(email) etc ...
>

plan an api and develop a plugin, add tests.... once it's stable it's more 
likely to be included in the source code. Those are only simple queries in 
a database and I can help you with the implementation (PS: some are already 
there .... my_groups() and my_roles() are in session.auth.user_groups)

Web2py has html helpers for some reason rigth?
> Its the same principle.
>

yep but my point was that if you need an A, you need an A. 
On the other end, if you need to send emails, there's no single 
implementation that can satisfy all.

-- 



Reply via email to