andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Different Authentication #9

Closed budpi closed 6 years ago

budpi commented 8 years ago

Is there a way to prompt a number pad for the username and password. And, whilst on that note. Is there a way to just make a password and not a username?

Thanks!!!

andrewshilliday commented 8 years ago

Not that I know if (but I'll admit I didn't spend too much time on it) The authentication is handled by the twisted python library. If it is able to do password only authentication it should be easy to switch it over. I'll take a look when I get a chance.