Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
mcarman
/
Wappler_Access
Segui
1
Vota
0
Forka
0
Codice
Problemi
1
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Temp fix for confirmation
master
rpm-mcarman
2 anni fa
parent
e8e8ad04ef
commit
908bf79d91
1 ha cambiato i file
con
9 aggiunte
e
22 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+9
-22
app/api/security/confirm.json
+ 9
- 22
app/api/security/confirm.json
Vedi File
@@ -66,13 +66,7 @@
"options": {
"password": "{{$_POST.password}}"
},
"outputType": "text",
"metaData": {
"hashPassword": {
"name": "password",
"type": "text"
}
}
"outputType": "text"
},
{
"name": "update",
@@ -383,7 +377,6 @@
}
},
"output": true,
"metaData": {},
"meta": [
{
"type": "object",
@@ -476,7 +469,8 @@
]
}
],
"outputType": "object"
"outputType": "object",
"disabled": true
},
{
"name": "repeat",
@@ -494,13 +488,7 @@
"url": "{{$_ENV.API_BASEURL+'xuserroles/add/'+$_POST.id+'/'+roleid}}",
"method": "POST"
},
"output": true,
"metaData": {
"apiUrl": {
"name": "roleid",
"type": "number"
}
}
"output": true
}
}
},
@@ -529,15 +517,14 @@
{
"name": "roleid",
"type": "number"
},
{
"name": "addroles",
"type": "text"
}
],
"outputType": "array",
"metaData": {
"repeatExpression": {
"name": "query",
"type": "array"
}
}
"disabled": true
}
]
},
Scrivi
Anteprima
Caricamento…
Annulla
Salva