Difference between revisions of "Running in insecure mode"
From AAGRINDER wiki
Jump to navigationJump to searchimported>Maze (Created page with "It is possible to run an AAGRINDER server in ''insecure mode''. In this mode, login credentials are not checked and all logins are automatically valid, as long as the username...") |
(insecure mode was removed) |
||
Line 1: | Line 1: | ||
− | + | As of [https://gitlab.com/MRAAGH/aagrinder/-/commit/bd503d736fcd120b4f2130d77839048c6dbb275d July 8, 2022], insecure mode no longer exists as a server option. | |
− | + | Insecure mode used to be an option for running the AAGRINDER server without requiring passwords. This was used for quicker testing during development, as well as for easier server installation (since checking a password required a MySQL database but in insecure mode the database is not required at all). | |
+ | |||
+ | After the MySQL database dependency was removed on July 8, 2022, the insecure mode option was removed as well. | ||
+ | |||
+ | There is now a new feature intended for quicker testing during development: if a user's password hash is manually changed to an empty string, the server [[Server settings|can be configured]] to automatically log in to this user without needing to type a username or password. |
Latest revision as of 12:56, 8 September 2022
As of July 8, 2022, insecure mode no longer exists as a server option.
Insecure mode used to be an option for running the AAGRINDER server without requiring passwords. This was used for quicker testing during development, as well as for easier server installation (since checking a password required a MySQL database but in insecure mode the database is not required at all).
After the MySQL database dependency was removed on July 8, 2022, the insecure mode option was removed as well.
There is now a new feature intended for quicker testing during development: if a user's password hash is manually changed to an empty string, the server can be configured to automatically log in to this user without needing to type a username or password.