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: docs/commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!-- AUTO-GENERATED FILE! Do not edit this directly -->
2
-
<!-- File auto-generated on Sun Apr 22 11:00:10 CEST 2018. See docs/commands/commands.tpl.md -->
2
+
<!-- File auto-generated on Fri Apr 19 17:16:04 CEST 2019. See docs/commands/commands.tpl.md -->
3
3
4
4
## AuthMe Commands
5
5
You can use the following commands to use the features of AuthMe. Mandatory arguments are marked with `< >`
@@ -104,4 +104,4 @@ brackets; optional arguments are enclosed in square brackets (`[ ]`).
104
104
105
105
---
106
106
107
-
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Sun Apr 22 11:00:10 CEST 2018
107
+
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Fri Apr 19 17:16:04 CEST 2019
# MAX_RESTORE: take the maximum of the player's current speed and the previous one
520
533
# RESTORE_NO_ZERO: Like 'restore' but sets speed to default if the player's speed was 0
521
-
restoreFlySpeed: 'RESTORE_NO_ZERO'
534
+
restoreFlySpeed: RESTORE_NO_ZERO
522
535
# Restore walk speed: RESTORE, DEFAULT, MAX_RESTORE, RESTORE_NO_ZERO.
523
536
# See above for a description of the values.
524
-
restoreWalkSpeed: 'RESTORE_NO_ZERO'
537
+
restoreWalkSpeed: RESTORE_NO_ZERO
525
538
BackupSystem:
526
539
# General configuration for backups: if false, no backups are possible
527
540
ActivateBackup: false
@@ -530,19 +543,19 @@ BackupSystem:
530
543
# Create backup at every stop of server
531
544
OnServerStop: true
532
545
# Windows only: MySQL installation path
533
-
MysqlWindowsPath: 'C:\Program Files\MySQL\MySQL Server 5.1\'
546
+
MysqlWindowsPath: C:\Program Files\MySQL\MySQL Server 5.1\
534
547
# Converter settings: see https://github.com/AuthMe/AuthMeReloaded/wiki/Converters
535
548
Converter:
536
549
Rakamak:
537
550
# Rakamak file name
538
-
fileName: 'users.rak'
551
+
fileName: users.rak
539
552
# Rakamak use IP?
540
553
useIP: false
541
554
# Rakamak IP file name
542
-
ipFileName: 'UsersIp.rak'
555
+
ipFileName: UsersIp.rak
543
556
CrazyLogin:
544
557
# CrazyLogin database file name
545
-
fileName: 'accounts.db'
558
+
fileName: accounts.db
546
559
loginSecurity:
547
560
# LoginSecurity: convert from SQLite; if false we use MySQL
548
561
useSqlite: true
@@ -555,11 +568,12 @@ Converter:
555
568
user: ''
556
569
# LoginSecurity MySQL: password for database user
557
570
password: ''
571
+
558
572
```
559
573
560
574
To change settings on a running server, save your changes to config.yml and use
561
575
`/authme reload`.
562
576
563
577
---
564
578
565
-
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Mon May 21 09:08:25 CEST 2018
579
+
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Fri Apr 19 17:16:04 CEST 2019
Copy file name to clipboardExpand all lines: docs/hash_algorithms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<!-- AUTO-GENERATED FILE! Do not edit this directly -->
2
-
<!-- File auto-generated on Sun Sep 02 20:38:48 CEST 2018. See docs/hashmethods/hash_algorithms.tpl.md -->
2
+
<!-- File auto-generated on Fri Apr 19 17:16:06 CEST 2019. See docs/hashmethods/hash_algorithms.tpl.md -->
3
3
4
4
## Hash Algorithms
5
5
AuthMe supports the following hash algorithms for storing your passwords safely.
@@ -80,4 +80,4 @@ or bad.
80
80
81
81
---
82
82
83
-
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Sun Sep 02 20:38:48 CEST 2018
83
+
This page was automatically generated on the [AuthMe/AuthMeReloaded repository](https://github.com/AuthMe/AuthMeReloaded/tree/master/docs/) on Fri Apr 19 17:16:06 CEST 2019
0 commit comments