Allow regular users to change their info, including password.

Should fix #199
This commit is contained in:
Deluan
2021-04-28 22:35:25 -04:00
parent 22582392a0
commit a35de2bfd1
9 changed files with 77 additions and 25 deletions
+4 -1
View File
@@ -87,6 +87,9 @@
"name": "Nome",
"password": "Senha",
"createdAt": "Data de Criação"
},
"helperTexts": {
"name": "Alterações no seu nome só serão refletidas no próximo login"
}
},
"player": {
@@ -348,4 +351,4 @@
"toggle_love": "Marcar/desmarcar favorita"
}
}
}
}