genzgd / Lampost-Mud

A Python server and HTML/angular.js client for MUDs and other multi-user virtual worlds
https://lampostmud.org
MIT License
17 stars 6 forks source link

Saved passwords don't work in firefox (and possibly other browsers) #13

Open genzgd opened 9 years ago

genzgd commented 9 years ago

Fixed saved passwords in Firefox. Other browsers still won't ask to save your password, this is a known issue with Chrome which doesn't flag POST requests without navigation as possible password forms. This might be fixable by using a $location change, will investigate later.