summaryrefslogtreecommitdiff
path: root/builtin/mainmenu/dlg_register.lua
Commit message (Collapse)AuthorAge
* Add register dialog to separate login/register (#12185)rubenwardy2022-06-05
New users find Minetest's account system confusing. This change moves username/password to a new dialog, with login and register buttons added to the Join Game tab. The old registration confirmation dialog is removed in favour of the new dialog. Fixes #8138