Skip to content

Commit e7e281c

Browse files
committed
Change player password
1 parent 5e4d080 commit e7e281c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
sidebar_position: 112
3+
title: Change Player Password
4+
id: change-player-password
5+
---
6+
7+
Using this feature, a user can change password of their linked Minecraft account from the MineTrax website. It is useful for servers which use some kind of authentication plugin like AuthMe, Nlogin, etc.
8+
9+
![Screenshot](https://i.imgur.com/Kdupt08.png)
10+
11+
:::note
12+
This feature requires your minecraft server to have webquery enabled where the password change command will be executed.
13+
:::
14+
15+
## Enable Player Password Change Feature
16+
17+
1. Go Admin Panel -> Settings -> Plugin Settings.
18+
2. Check the `Enable Player Password Reset` checkbox.
19+
3. Choose what command should be executed when user try to change password of his linked Minecraft account. You can use the following placeholders in the command:
20+
- `{PLAYER_USERNAME}` - Player's Minecraft username.
21+
- `{PLAYER_UUID}` - Player's Minecraft UUID.
22+
- `{PASSWORD}` - New password entered by the user.
23+
4. Select which server where the command should be executed. Generally, it is the Proxy server.
24+
25+
![Sample](https://i.imgur.com/eCtYNAv.png)
26+
27+
## Permissions
28+
29+
- `cannot player_password_reset` - Sometime you want to restrict this feature to some specific roles (eg: staffs). You can give this permission to the roles which you want to restrict from using this feature.

docs/web/change-player-skin-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 110
2+
sidebar_position: 111
33
title: Change Player Skin
44
id: change-player-skin
55
---

0 commit comments

Comments
 (0)