Add: send mail - update maestro email / id

This commit is contained in:
2018-10-23 14:24:02 +09:00
parent b901a51d11
commit e384627c54
6 changed files with 149 additions and 11 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ function register_account() {
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/maestro/add_maestro.php",
"maestro_name=" + maestroName + "&password=" + password + "&email=" + email + "&account_type=" + selectedAccountTypeValue,
"maestro_name=" + maestroName + "&password=" + password + "&email=" + encodeURIComponent(email) + "&account_type=" + selectedAccountTypeValue,
(function(jsonData) {
isAvailableID = true;