perryflynn / webshelf-file-explorer

A file explorer written in ExtJS and PHP
GNU General Public License v3.0
10 stars 4 forks source link

Store login credencials in browsers password manager #77

Open perryflynn opened 10 years ago

perryflynn commented 10 years ago

ExtJS makes it very hard.

This could work... http://stackoverflow.com/questions/2944322/extjs-login-with-remember-me-functionality

kordianbruck commented 9 years ago

I tried the above solution but couldn't get it working really. I think the issue might be actually only the autocomplete="off" on the inputs.

http://stackoverflow.com/questions/12783574/extjs-how-to-modify-the-textfield-parameter-autocomplete-off This enables the autocompletion, which is already better than having nothing. Looking for a solution where the form is renderd as the browser loads the page. AJAX submit should be not an issue, but the form element must be present during page load, thats all.