What you're looking for is probably Basic Access Authentication[1], if you're using Apache with Phusion Passenger (aka mod_rails) this[2] will probably help you.
Also, rails should provide a very easy way to do it, but I just don't know. [1] http://en.wikipedia.org/wiki/Basic_access_authentication [2] http://httpd.apache.org/docs/1.3/howto/auth.html Cheers, Gabriel Gilini www.usosim.com.br [EMAIL PROTECTED] [EMAIL PROTECTED] On Mon, Oct 27, 2008 at 4:23 PM, Bob O <[EMAIL PROTECTED]> wrote: > > Im not sure if i need to post this here, or in the rails group, but > maybe someone can help me out. > > I have a current rails app with a typical user login page blah > blah...what im trying to accomplish is to have a popup window open > with a login and password field to log a user in from the current > secure page. The main reason for this is for branding purposes.. > > i.e. > > www.mysite.com/branded_client_page - I want to be able to distribute > this url for the client, and then have the user login right from that > page (and not be redirected to the mysite/login page) so im trying to > create a login popup that will appear over that page if the user is > not logged in. > > any direction would be great > > thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
