← Back to team overview

graphite-dev team mailing list archive

Re: [Question #96584]: .95 working?

 

Question #96584 on Graphite changed:
https://answers.launchpad.net/graphite/+question/96584

    Status: Open => Answered

chrismd proposed the following answer:
Yes the Save My Graphs stuff does require the user to be logged in.
However you don't have to actually setup LDAP authentication in order to
log in, you can go to http://graphiteserver/admin/ and login with the
superuser account you created whenever you first ran "manage.py syncdb".
If you didn't create a superuser then you can do so now by running
"manage.py createsuperuser" in the webapp directory. Once logged in you
can create user accounts through Django's admin interface. Or if you
trust all of your users you can have them all login to the graphite
webapp with that same superuser account.

As for passing multiple commands to the CLI, unfortunately there is no
way to do that right now. I have an alternative UI in the works that
will replace the CLI and will be a lot more robust and flexible, but
that is a few months down the road still.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.