mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-03 20:27:45 +00:00
Allow SUBSCRIBER to delete herself.
This commit is contained in:
@@ -50,7 +50,9 @@ namespace OpenWifi {
|
|||||||
RESTAPI_submfa_handler,
|
RESTAPI_submfa_handler,
|
||||||
RESTAPI_totp_handler,
|
RESTAPI_totp_handler,
|
||||||
RESTAPI_subtotp_handler,
|
RESTAPI_subtotp_handler,
|
||||||
RESTAPI_signup_handler
|
RESTAPI_signup_handler,
|
||||||
|
RESTAPI_validate_sub_token_handler,
|
||||||
|
RESTAPI_validate_token_handler
|
||||||
>(Path, Bindings, L, S,TransactionId);
|
>(Path, Bindings, L, S,TransactionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -76,6 +78,8 @@ namespace OpenWifi {
|
|||||||
RESTAPI_submfa_handler,
|
RESTAPI_submfa_handler,
|
||||||
RESTAPI_totp_handler,
|
RESTAPI_totp_handler,
|
||||||
RESTAPI_subtotp_handler,
|
RESTAPI_subtotp_handler,
|
||||||
|
RESTAPI_validate_sub_token_handler,
|
||||||
|
RESTAPI_validate_token_handler
|
||||||
RESTAPI_signup_handler
|
RESTAPI_signup_handler
|
||||||
>(Path, Bindings, L, S, TransactionId);
|
>(Path, Bindings, L, S, TransactionId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user