Add notes for 2019-10-10

This commit is contained in:
2019-10-10 17:07:06 +03:00
parent b75faef50a
commit 01651e7f96
3 changed files with 33 additions and 8 deletions

View File

@ -70,4 +70,14 @@ $ dspace user -a -m blah@mail.it -g Francesco -s Vernocchi -p 'fffff'
- So far I have deleted thirty duplicates and mapped fourteen
- Run all system updates on DSpace Test (linode19) and reboot the server
## 2019-10-10
- Felix Shaw from Earlham emailed me to ask about his admin account on DSpace Test
- His old one got lost when I re-sync'd DSpace Test with CGSpace a few weeks ago
- I added a new account for him and added it to the Administrators group:
```
$ dspace user -a -m wow@me.com -g Felix -s Shaw -p 'fuananaaa'
```
<!-- vim: set sw=2 ts=2: -->