Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save/restore identities in json for "course administrators" #12

Open
mquinson opened this issue Sep 7, 2014 · 1 comment
Open

Save/restore identities in json for "course administrators" #12

mquinson opened this issue Sep 7, 2014 · 1 comment

Comments

@mquinson
Copy link
Member

mquinson commented Sep 7, 2014

It should be possible to dump and download the identities as a json file, and also to import a bunch of new identities from a json file.

That's a very sensitive information, and at first I was reluctant to make it easy to download those informations, but at the same time, you want to have a test server where you check that your changes work before commiting, and you need to have real info on that server. Also, that functionality would be interesting when the main server is not available (its current instance is firewalled from the wireless network of our school).

I guess that in a perfect world, we would have to create a new role, like "course administrator", who is allowed to dump those info while regular teacher are not. If so, the "My students" page should probably not display the UUID of the students. There is no need for that info there anyway.

@Cedric-Huguenin
Copy link
Contributor

Restoration can be temporarily performed with the conf/test-data.yml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants