mwarning / trigger

Android app to lock/unlock/ring doors. Supports generic HTTPS/SSH/Bluetooth/MQTT and Nuki Smartlock.
GNU General Public License v3.0
130 stars 22 forks source link

Feature request: allow different user names #47

Closed basxto closed 3 years ago

basxto commented 3 years ago

It would be nice if it would be supported to have different user names for open close. My hackerspace user names close and open combined with login scripts.

mwarning commented 3 years ago

Is this for SSH? And you have different user logins to trigger open and close scripts?

basxto commented 3 years ago

Yes, this is through ssh. Both users (open and close) have the pub keys of all members witg door access

mwarning commented 3 years ago

I see. Such a feature would need a redesign of the app. I do not see this happening in the near future.

basxto commented 3 years ago

Okay, I use two configurations now, which kinda works.

mwarning commented 3 years ago

I already had the idea to make it possible to mix https/ssh/... actions. This would enable this feature request as well. But it needs quite some work. Closing this for now.