Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very Low: Auth by nfc id only works for location 15 #120

Open
caringdeveloper opened this issue Mar 21, 2017 · 1 comment
Open

Very Low: Auth by nfc id only works for location 15 #120

caringdeveloper opened this issue Mar 21, 2017 · 1 comment

Comments

@caringdeveloper
Copy link
Collaborator

caringdeveloper commented Mar 21, 2017

🐛

File: localmachines/controllers/userctrls/nfc.go

if locId != 15 {
  beego.Error("only allowed for location 15 to test")
  this.Fail(400)
}

We should remove this in a later release. For now it is fine ... (kind of) 🚑

@caringdeveloper caringdeveloper changed the title Very Low: Auth by nfc id only works for location 15 🐛 Very Low: Auth by nfc id only works for location 15 Mar 21, 2017
@caringdeveloper caringdeveloper changed the title 🐛 Very Low: Auth by nfc id only works for location 15 Very Low: Auth by nfc id only works for location 15 Mar 21, 2017
@marvinside
Copy link
Collaborator

I removed this line in my current local version (so it'll be pushed to the Git in next dev), we should check if it breaks normal installations.
Maybe set a default Value of 00:00:00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants