ANUSF / ADAUsers

The ADA user management server.
MIT License
4 stars 0 forks source link

Make login form available within CMS login box via iframe? #49

Open odf opened 13 years ago

odf commented 13 years ago

Being able to type in credentials and log in from any page makes for a nicer user experience. Since we can't send passwords to an OpenID server from the client app, we'd have to integrate the ADAUsers login form into the page. With #48 implemented, the client app would then be able to notice the new login and update itself accordingly. Maybe we could even add some AJAX magic to have the page updated automatically?