Add: send mail - update maestro email / id
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user