Really small grammar fixes (#162)

This commit is contained in:
xMateMCPE 2018-10-29 10:45:45 +00:00 committed by Starbeamrainbowlabs
parent bb58384f9e
commit 942f3fb7bb
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM)
- Additional syntax for resizing and floating images (see inbuilt help page)
- File galleries
- Short syntax for referencing uploaded files
- Client side mathematical expression parsing, courtesy of [MathJax](https://www.mathjax.org/)
- Client-side mathematical expression parsing, courtesy of [MathJax](https://www.mathjax.org/)
- Links to non-existent pages appear red
- Full page revision history (comparison / manipulation coming soon)
- Optional time-delayed search indexing
@ -54,7 +54,7 @@ More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM)
- Internal links - Links to non-existent pages show up in red
- Printable page view
- Customisable theme
- ~~Basic 'search' bar~~ A full text search engine!
- ~~Basic 'search' bar~~ A full-text search engine!
- _Dynamic server-side suggestions (since v0.13!)_
- (Optional) Sidebar with a tree of all the current pages
- Tags
@ -133,7 +133,7 @@ The [configuration guide](https://starbeamrainbowlabs.com/labs/peppermint/pepper
### User Accounts
User account details are currently stored as an object in `peppermint.json`, under the `users` special setting. Each user has their own object, in which lies their user data.
While users can change their own passwords and email addresses, you'll inevitably want to add your own users. You can do this through the brand-new user management page if you're logged in as a modereator or better (the `user-table` action - example url: `https://example.com/path/to/index.php?action=user-table`), or manually. Here's how to do it manually:
While users can change their own passwords and email addresses, you'll inevitably want to add your own users. You can do this through the brand-new user management page if you're logged in as a moderator or better (the `user-table` action - example url: `https://example.com/path/to/index.php?action=user-table`), or manually. Here's how to do it manually:
1. Open `peppermint.json` in your favourite text editor.
2. Create a new property on the `users` object, whose value is an object and key is the new user's username. Use the existing users for reference.