You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ System that automatically grants ranks in the form of server groups for online t
5
5
6
6
This is a modified fork of the TSN-Ranksystem which is updated irregularly to a stable version. It is intended to be **fully compatible to TSN-Ranksystem at all times**. The changeset on branch `develop` is always rebased onto TSN-Ranksystem and later on merged into `master`.
7
7
8
-
Please make sure that your TSN-Ranksystem (database) version is not above the (database) version of this fork (downgrade).
8
+
Please make sure that your TSN-Ranksystem (database) version is not above the (database) version of this fork (downgrade) or that the badge "Compatible to latest TSN-Ranksystem" above states "yes".
9
9
10
10
## Docker
11
11
You can find the docker images on docker hub as [jvmerkle/ts3-ranksystem](https://hub.docker.com/r/jvmerkle/ts3-ranksystem).
<input type="text" data-pattern="^([A-Za-z0-9$_]){1,64}$" data-error="Please do not use special characters or more then 64 characters inside the database name!" class="form-control required" name="dbname" placeholder="ts3_ranksystem" value="<?phpecho$dbname; ?>" required>
499
+
<input type="text" data-pattern="^([A-Za-z0-9$_]){1,64}$" data-error="Please do not use special characters or more then 64 characters inside the database name!" class="form-control required" name="dbname" placeholder="ts3_ranksystem" value="<?phpecho$dbname; ?>" <?phpecho$attrReadonly; ?>required>
<input type="text" placeholder="<?phpecho$lang['user'] ?>" data-pattern="^[^"'\\-\s]+$" data-error="Please do not use one of the following special characters: ' \ " - also no whitespace and do not use more then 64 characters inside the database user!" class="form-control required" name="dbuser" value="<?phpecho$dbuser; ?>" maxlength="64" required>
511
+
<input type="text" placeholder="<?phpecho$lang['user'] ?>" data-pattern="^[^"'\\-\s]+$" data-error="Please do not use one of the following special characters: ' \ " - also no whitespace and do not use more then 64 characters inside the database user!" class="form-control required" name="dbuser" value="<?phpecho$dbuser; ?>" maxlength="64" <?phpecho$attrReadonly; ?>required>
<input id="password" placeholder="<?phpecho$lang['pass'] ?>" type="password" data-pattern="^[^"'\\-\s]+$" data-error="Please do not use one of the following special characters: ' \ " - also no whitespace and do not use more then 64 characters inside the database password!" class="form-control required" name="dbpass" value="<?phpecho$dbpass; ?>" data-toggle="password" data-placement="before" maxlength="64" required>
521
+
<input id="password" placeholder="<?phpecho$lang['pass'] ?>" type="password" data-pattern="^[^"'\\-\s]+$" data-error="Please do not use one of the following special characters: ' \ " - also no whitespace and do not use more then 64 characters inside the database password!" class="form-control required" name="dbpass" value="<?phpecho$dbpass; ?>" data-toggle="password" data-placement="before" maxlength="64" <?phpecho$attrReadonly; ?>required>
0 commit comments