My application requires me to issue user id''s and passwords - no open sign-up. Is there a recommended way of handling this and still use the salted login gem? Thanks, Steve Ross Web Application Development Calico Web Designs _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005-Jun-30 13:33 UTC
Re: Salted Login Question
Steve Ross said the following on 2005-06-29 18:16:> My application requires me to issue user id’s and passwords – no open > sign-up. Is there a recommended way of handling this and still use the > salted login gem?Remove the signup action and view. Simple as that :) Bye ! François