sparkleshare-dashboard icon indicating copy to clipboard operation
sparkleshare-dashboard copied to clipboard

impossible to link a device as normal user

Open matztam opened this issue 12 years ago • 2 comments

it is impossible to link a device as normal user. is this a bug or a feature? ;)

app.js:459

  • if (req.currentUser.admin) {
  • if (req.currentUser) {

would solve it.

matztam avatar Oct 11 '12 18:10 matztam

Your request seems valid, but the suggested fix is not. If the admin flag is simply removed, then all users would be able to see all devices, not only their own ones. Could you prepare a proper patch for that? Thanks!

realdadfish avatar Oct 14 '12 22:10 realdadfish

I hope I’ll have some time for it on next weekend.

matztam avatar Oct 15 '12 21:10 matztam