I have created a login form using Ext JS 4 that has a Ruby on Rails application on the back end.
I want to use the default 'remember password' feature of the user's browser to prompt the user to save their username and password upon logging in.
How can I make the user's browser provide the user with this option?