upnext / BeaconControl

Setup and manage large beacon deployments with BeaconControl open source platform
https://beaconcontrol.io
BSD 3-Clause "New" or "Revised" License
93 stars 63 forks source link

beaconcontrol.io platform password #44

Closed GlauberF closed 7 years ago

GlauberF commented 7 years ago

I installed the beaconcontrol.io platform, what is the default password for administrator access, where I can manage users and settings, why if I register after installed, I'm a normal user?

mace0 commented 7 years ago

Hi,

try those: email = ENV['SEED_ADMIN_EMAIL'] || 'admin@example.com' password = ENV['SEED_ADMIN_PASSWORD'] || 'test123'

GlauberF commented 7 years ago

Access as a normal user, as it must have a master password, to manage registered users, configure google app among other details

mace0 commented 7 years ago

I'm afraid that I don't understand what you are talking about. I'm not sure if the system allows to manage registered users.

GlauberF commented 7 years ago

right, It is returning a javascript error (google maps) as well

erro

Change logo, so should everything be done through the code?

jkurdel commented 7 years ago

Hi @GlauberF,

Please check https://github.com/upnext/BeaconControl/issues/35 issue to resolve maps problem. I will try to update code later to make maps key configurable.

According to users management and goggle apps configuration through the admin panel I'm afraid that currently it is not supported.

Best, Jan

GlauberF commented 7 years ago

ok