Hello, Which is the best gem available for user sign-up and sign-in where user can have only one role at a time(i.e sign in as admin or as a data entry operator)? Also, email cannot be used as user name or to get forgotten password. Infact, email is not a part of user profile at all. Thanks. RM. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Jun 8, 2012 at 4:06 PM, renu mehta <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hello, > > Which is the best gem available for user sign-up and sign-in where user > can have only one role at a time(i.e sign in as admin or as a data entry > operator)? Also, email cannot be used as user name or to get forgotten > password. Infact, email is not a part of user profile at all. > > Thanks. > RM. > > -- > Posted via http://www.ruby-forum.com/. >Search for plataformatec''s gem: devise if you want roles then you should take a look at cancan JavierQ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Also check out Ruby Toolbox for info on how popular various options are, as well as how well-maintained: https://www.ruby-toolbox.com/categories/rails_authentication https://www.ruby-toolbox.com/categories/rails_authorization On Friday, June 8, 2012 2:06:03 PM UTC-7, Ruby-Forum.com User wrote:> > Hello, > > Which is the best gem available for user sign-up and sign-in where user > can have only one role at a time(i.e sign in as admin or as a data entry > operator)? Also, email cannot be used as user name or to get forgotten > password. Infact, email is not a part of user profile at all. > > Thanks. > RM. > > -- > Posted via http://www.ruby-forum.com/. >On Friday, June 8, 2012 2:06:03 PM UTC-7, Ruby-Forum.com User wrote:> > Hello, > > Which is the best gem available for user sign-up and sign-in where user > can have only one role at a time(i.e sign in as admin or as a data entry > operator)? Also, email cannot be used as user name or to get forgotten > password. Infact, email is not a part of user profile at all. > > Thanks. > RM. > > -- > Posted via http://www.ruby-forum.com/. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/T8Ti99D_qsgJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.