mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-13 13:13:47 +01:00
Update auth setup docs with more clarity
Also adapted from Nick Co-authored-by: Nicolas Abram <abramlujan@gmail.com>
This commit is contained in:
parent
ad15cefb07
commit
121d8653a5
1 changed files with 8 additions and 5 deletions
|
@ -59,11 +59,14 @@ def set_flair(submission, flair):
|
|||
3. Give it a name and description
|
||||
4. Select "script"
|
||||
5. Redirect to http://localhost:8080
|
||||
6. Copy ID (under Personal Use Script)
|
||||
7. Append to file called "credentials"
|
||||
8. Copy Secret
|
||||
9. Append on newline to "credentials" file
|
||||
10. Run Script
|
||||
6. Create file "credentials" with the format below.
|
||||
┌─────────────────────────────────────────────────────┐
|
||||
│ [ID] <- Under "personal use script" │
|
||||
│ [Secret] │
|
||||
│ [Username] <- Must be a mod, don't do this if you │
|
||||
│ [Password] <- don't know what you are doing. │
|
||||
└─────────────────────────────────────────────────────┘
|
||||
7. Run Script
|
||||
|
||||
Running Script
|
||||
1. Input the next ID to use
|
||||
|
|
Loading…
Reference in a new issue