Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses a few things. in configuration->General->General Settings, changing the machine name was producing an uncaught exception because it was attempting to use an edison specific function in fabmo/network/linux/raspberry-pi/index.js. Also, there were some references to beacon which we removed a while back. Removed them.
Configuration->Users->Change Password was not working at all, nor was it allowing admin to change other users password. Any user can now change their own password, admin is the superuser and can change anyones password. Users that are assigned as admin can add users and change their password, but cannot change the superusers password. For testing:
This PR fixes #1014 and the "no user" exception found in issue #1081.
Ran the dev checks and master branch of fabmo/fabmo-api-tests. All tests passed.