Re: User Management\Login\Auth Framework

2008-02-07 Thread Mr-Yellow

DAuth (patch in forgotpassword etc) + Cake ACL (patch in multi-groups
or whatever)

Good start:
http://www.realm3.com/articles/setting_up_user_groups_with_acl_and_auth_in_cakephp_1.2

-Ben

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-07 Thread Mr-Yellow

Oh also a good idea to add HumanCheck or some kind of CAPTCHA on the
forgotpassword and register pages (even if turned off by default you
may need it later)

-Ben


On Feb 8, 4:10 pm, Mr-Yellow [EMAIL PROTECTED] wrote:
 DAuth (patch in forgotpassword etc) + Cake ACL (patch in multi-groups
 or whatever)

 Good 
 start:http://www.realm3.com/articles/setting_up_user_groups_with_acl_and_au...

 -Ben
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread RichardAtHome

Not that I know of. Would love to hear of one if there is!

On Feb 6, 1:40 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Anyone know if there is a well-tuned user management framework
 available within the CakePHP community?  Or even one that lies outside
 of this community?  I'd like to incorporate user accounts into a
 project of mine, but would like to outsource this part of the project,
 because of security issues.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread Braindead

There is an article in the bakery about ACL. Maybe this is something
you are searching for?
http://bakery.cakephp.org/articles/view/acl-management-plugin

Hope this helps...
Markus
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake


Hi,

I am working on a plugin to manage auth/acl/registration. I have a
full working version now, but I need some returns from the
community... I cannot register in the bakery (problem since few days/
weeks...) so I cannot publish.

Here are some screenshots:

http://conseil-recherche-innovation.net/download/authake/homeadmin.png
http://conseil-recherche-innovation.net/download/authake/rules.png

My tool is based (but far far away now) on this tuto:
http://bakery.cakephp.org/articles/view/yacca-yet-another-cake-component-for-auth

It uses at least the same DB model.

Jakecake

On 6 fév, 02:40, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Anyone know if there is a well-tuned user management framework
 available within the CakePHP community?  Or even one that lies outside
 of this community?  I'd like to incorporate user accounts into a
 project of mine, but would like to outsource this part of the project,
 because of security issues.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread RichardAtHome

@jakebaker: Look exactly what I've been looking for! Quick, someone
sort this man out with a bakery account! :-)

On Feb 6, 1:22 pm, jakecake [EMAIL PROTECTED] wrote:
 Hi,

 I am working on a plugin to manage auth/acl/registration. I have a
 full working version now, but I need some returns from the
 community... I cannot register in the bakery (problem since few days/
 weeks...) so I cannot publish.

 Here are some screenshots:

 http://conseil-recherche-innovation.net/download/authake/homeadmin.pnghttp://conseil-recherche-innovation.net/download/authake/rules.png

 My tool is based (but far far away now) on this 
 tuto:http://bakery.cakephp.org/articles/view/yacca-yet-another-cake-compon...

 It uses at least the same DB model.

 Jakecake

 On 6 fév, 02:40, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

  Anyone know if there is a well-tuned user management framework
  available within the CakePHP community?  Or even one that lies outside
  of this community?  I'd like to incorporate user accounts into a
  project of mine, but would like to outsource this part of the project,
  because of security issues.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake

 @jakebaker: Look exactly what I've been looking for! Quick, someone
 sort this man out with a bakery account! :-)

Thanks Richard!

I thinks it's a pitty that the cake is down since so long time, and
during the cake fest!!

Jakecake
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread Axel Ariel Arroyo Braconi

Jake , bakery is working i create an account recently, and i can write
a post. Whats your problem?

On 2/6/08, jakecake [EMAIL PROTECTED] wrote:

  @jakebaker: Look exactly what I've been looking for! Quick, someone
  sort this man out with a bakery account! :-)

 Thanks Richard!

 I thinks it's a pitty that the cake is down since so long time, and
 during the cake fest!!

 Jakecake
 



-- 
Axel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread Axel Ariel Arroyo Braconi

If you want, i can create an account for you? but quick post that!
look like a cool plugin!

On 2/6/08, Axel Ariel Arroyo Braconi [EMAIL PROTECTED] wrote:
 Jake , bakery is working i create an account recently, and i can write
 a post. Whats your problem?

 On 2/6/08, jakecake [EMAIL PROTECTED] wrote:
 
   @jakebaker: Look exactly what I've been looking for! Quick, someone
   sort this man out with a bakery account! :-)
 
  Thanks Richard!
 
  I thinks it's a pitty that the cake is down since so long time, and
  during the cake fest!!
 
  Jakecake
   
 


 --
 Axel



-- 
Axel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread jakecake

 Jake , bakery is working i create an account recently, and i can write
 a post. Whats your problem?

My problem is that I never received the confirmation mail. If I try to
register again, I get a weird message in the form so that this
username is already registred (and I'm supposed to reset it). If I try
to reset the password, I get 'You should receive an email with further
instruction shortly' but not mail...

Someone on the IRC channel told me the bakery is a bit broken, and
that I have to wait (and see:)



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: User Management\Login\Auth Framework

2008-02-06 Thread Axel Ariel Arroyo Braconi

Jake i create an account and i send an email with datas access for
you, is active, just change the email, and password.

On 2/6/08, jakecake [EMAIL PROTECTED] wrote:

  Jake , bakery is working i create an account recently, and i can write
  a post. Whats your problem?

 My problem is that I never received the confirmation mail. If I try to
 register again, I get a weird message in the form so that this
 username is already registred (and I'm supposed to reset it). If I try
 to reset the password, I get 'You should receive an email with further
 instruction shortly' but not mail...

 Someone on the IRC channel told me the bakery is a bit broken, and
 that I have to wait (and see:)



 



-- 
Axel

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---