-
Notifications
You must be signed in to change notification settings - Fork 15
Changing or Resetting Passwords
The following instructions are for changing or resetting internal admin passwords. This is the password that you need to use to access The Admin Interface. There are three different cases which use two different procedures.
- Log into The Admin Interface
- Go to Admin > Users (using the left-hand menu bar)
- Select your username from the list.
- Near the top of the screen you should see a field 'Password' with a long string of symbols. Just below this you should see a message about how 'you can change the password using this form'. Click on the link to 'this form', then enter your new password.
If you or someone on your project team has an admin account and can access it (i.e. they haven't forgotten their password), or you want to reset the password on behalf of someone else, then you can change your password using the same instructions above. Simply follow the procedure outlined in 'I want to change my own password' above but select the user of the password you want to change.
The most likely example of this is if you have installed DigiPal using Docker on your own system but have now forgotten your password.
- First, you need to get access to the Django command line. If you are using Docker and Kitematic then simply click on the 'Exec' button in Kitematic (the one with a '>_' in a circle). If you are not using Kitematic then you must check the documentation for your system or ask your system administrator.
- If you are using the default Docker setup then you will already be in the right directory so you can skip this step. If you are using another system then you may need to use
cd
in the command line to change to the top of the DigiPal Django directory. If you type the commandls
then you should get a list of files which includes one called manage.py. - Now type
python manage.py changepassword *username*
, replacing*username*
with the username of the user whose password you wish to change. - You should now see a prompt 'Password:' – enter the new password, and then enter it again when it asks you to verify.
- Type
Ctrl-D
to exit the shell, and then close the command line window.
Archetype is maintained by the King's Digital Lab at King's College London. It has received funding from the European Union Seventh Framework Programme (FP7) under Grant Agreement no. 263751 (DigiPal), the Arts and Humanities Research Council (AHRC) under Grant Reference n° AH/L008041/1 (Models of Authority) and AH/L013975/1 (Exon Domesday), and the Faculty of Arts and Humanities at King's College London.
Credits
Getting Started
Using Archetype
The Data Model
Editorial interface
- The Admin Interface
- Adding Items (Manuscripts)
- Adding Images
- Adding Hands and Scribes
- Adding Symbols (Letters)
- Content Permissions
- The Annotation Process
- Linking image regions with text regions
- Rebuilding the Indices
Customising the framework
Archetype for developers
- Installing Archetype on a Web Server
- Bulk Image Upload
- The Javascript API Library
- The Web API Syntax
- Upgrading Archetype
- Contributing to the code (third party development)
- Restoring an Archetype backup
Troubleshooting