What Wildbook are you working in? self-hosted for dev purposes
What is the entire URL out of the browser, exactly where the error occurred? localhost
Can you describe what the issue is you’re experiencing? I successfully run python -m wbia.dev --dbdir wbia-data/ --web
and get a Web page to which I can upload images. However, I can’t figure out how to administer the site/users. There is no “Administrator” link as the documentation seems to imply. I’ve explored the sqlite database that gets created and see a contributors
table, but nothing that seems like security / admin roles.
Can you provide steps on how to reproduce what you’re experiencing?
- clone GitHub - WildMeOrg/wildbook-ia: Wildbook's Image Analysis (WBIA) backend service supporting machine learning for wildlife conservation
- run
python -m wbia.dev --dbdir wbia-data/ --web
- open browser, go to localhost:5000 or whatever
- No “administrator” link obvious
- go to “login”
- choose new organization, new name
- enter test, test test. Logged in as test.test@test
- No administrative functions available