You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im hosting etherpad on my own and the Server is protected by a htaccess by nginx.
Basically the login works, but i get an blank form. Of course i know that i enter the username at the top and the password at the bottom. I can live with this bug. I would be very happy if it is possible to provide an automatic registration or something similar for htaccess. If i want to write something down quickly in a pad, but have to enter my access data every time before, it is very anoying.
Thanks for that great App!
The text was updated successfully, but these errors were encountered:
I've been thinking about this issue and I can't find a way to implementing it without overkilling the app with a feature that few people will use and can be a security risk too. On top of that, it is the expected behavior of HTTP Auth to ask for the credentials each time, just browsers conveniently save them for you.
Another option is that you modify the way your login works, wich can also be tricky. I can't say wich option would actually work, but you could login with a digital certificate that you add to your Android keyring, for example.
Maybe using KeePassX for Android could save you some time when entering the credentials.
Im hosting etherpad on my own and the Server is protected by a htaccess by nginx.
Basically the login works, but i get an blank form. Of course i know that i enter the username at the top and the password at the bottom. I can live with this bug. I would be very happy if it is possible to provide an automatic registration or something similar for htaccess. If i want to write something down quickly in a pad, but have to enter my access data every time before, it is very anoying.
Thanks for that great App!
The text was updated successfully, but these errors were encountered: