autosub-bootstrapbill icon indicating copy to clipboard operation
autosub-bootstrapbill copied to clipboard

Login page

Open Martijn085 opened this issue 9 years ago • 9 comments

Would it be possible to create a GUI login page? Some devices are now working correctly with the current user/pass settings (pop-up).

It would be great to have some login like SickBeard, CouchPotato or SABnzbd.

Martijn085 avatar Dec 25 '16 22:12 Martijn085

No I am not planning to add a login page. Use the credential manager from your OS for that and give only users who are allowed to use autosub the right credentials.

If you want this because you do a portfoward in you router to access autosub I suggest you do not do that but instead create a VPN. A simple login page build into autosub is not secure enough.

BenjV avatar Dec 27 '16 12:12 BenjV

Ok, thanks for the reply.

Martijn085 avatar Dec 27 '16 21:12 Martijn085

Martijn,

If you fill the username/password for the webserver in the config page of autosub then you get a GUI login.

BenjV avatar Jan 08 '17 08:01 BenjV

I still get the pop-up window to fill in the credentials...

I`m on the latest version Auto-Sub 1.0.5

Martijn085 avatar Jan 10 '17 22:01 Martijn085

That is what you wanted I thought.

BenjV avatar Jan 13 '17 20:01 BenjV

The pop-up always worked. The desire is to do this without pop-up and then with a graphical interface.

Now it works like this:

promisechains

The desire is to make it as this (no pop-up):

promisechains

Martijn085 avatar Jan 18 '17 10:01 Martijn085

Why? What's the difference?

BenjV avatar Jan 18 '17 17:01 BenjV

What is said in my first post: Some devices are now working correctly with the current user/pass settings (pop-up). For example; iPhone iOS won't save passwords with pop-ups.

And i think it looks a lot cleaner/better than a oldskool pop-up.

Martijn085 avatar Jan 21 '17 10:01 Martijn085

At the moment the login is generated by the webserver CherryPy. The fact that iPhone's cannot store login credentials cannot be fixed at the application side.

If it is coded in autosub itself it would not be a possibility to save the user/name password in the browser at all, it wil be in the config.properties. Autosub does not know anything about the client connection so either always supply the credentials at login by the user or let autosub fill it in from the config.properties but then the login will be gone completely and anybody could login.

BenjV avatar Jan 21 '17 10:01 BenjV