Hey there list- I have a question about what you guys think the most rails way to support this scenario would be. I am building a site that will need master accounts for each company that uses our site and each master account will have a 3 distinct types of users that can be created by the master account. I have extended the salted hash login generator for my master accounts and those are working fine. But I wonder how you would approach this? I would like to be able to have the master account create invites that would be emailed to the sub accounts, so the people invited could create a user with all the standard information. Thoughts? Thanks- -Ezra Zygmuntowicz WebMaster Yakima Herald-Republic Newspaper ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org 509-577-7732
SHLG supports roles, doesn''t it? -- -- Tom Mornini On Oct 4, 2005, at 4:42 PM, Ezra Zygmuntowicz wrote:> Hey there list- > I have a question about what you guys think the most rails way > to support this scenario would be. I am building a site that will > need master accounts for each company that uses our site and each > master account will have a 3 distinct types of users that can be > created by the master account. I have extended the salted hash > login generator for my master accounts and those are working fine. > But I wonder how you would approach this? I would like to be able > to have the master account create invites that would be emailed to > the sub accounts, so the people invited could create a user with > all the standard information. > > Thoughts? > > Thanks- > -Ezra Zygmuntowicz > WebMaster > Yakima Herald-Republic Newspaper > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > 509-577-7732 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 10/4/05, Tom Mornini <tmornini-W/9V78bTXriB+jHODAdFcQ@public.gmane.org> wrote:> SHLG supports roles, doesn''t it? > > -- > -- Tom Mornini > > > On Oct 4, 2005, at 4:42 PM, Ezra Zygmuntowicz wrote: > > > Hey there list- > > I have a question about what you guys think the most rails way > > to support this scenario would be. I am building a site that will > > need master accounts for each company that uses our site and each > > master account will have a 3 distinct types of users that can be > > created by the master account. I have extended the salted hash > > login generator for my master accounts and those are working fine. > > But I wonder how you would approach this? I would like to be able > > to have the master account create invites that would be emailed to > > the sub accounts, so the people invited could create a user with > > all the standard information. > > > > Thoughts? > > > > Thanks- > > -Ezra Zygmuntowicz > > WebMaster > > Yakima Herald-Republic Newspaper > > ezra-gdxLOakOTQ9oetBuM9ipNAC/G2K4zDHf@public.gmane.org > > 509-577-7732 > >SHLG doesn''t have roles/permission rolled in. If you''re not internationalizing/localizing and you don''t need the double-SHA secrecy of SHLG then you might be better off using LoginGenerator in combination with ACL... http://wiki.rubyonrails.org/rails/pages/LoginGeneratorACLSystem The only thing missing is the notification system. In the future I might be rolling out the email part of SHLG for use with Login Generator. Regards, Peter Fitzgibbons _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails