mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Merge pull request #62 from Telecominfraproject/WIFI-10388
https://telecominfraproject.atlassian.net/browse/WIFI-10388
This commit is contained in:
@@ -276,11 +276,11 @@ namespace OpenWifi {
|
||||
/// TODO:
|
||||
}
|
||||
|
||||
void RESTAPI_action_links::RequestSubResetPassword(SecurityObjects::ActionLink &Link) {
|
||||
void RESTAPI_action_links::RequestSubResetPassword([[maybe_unused]] SecurityObjects::ActionLink &Link) {
|
||||
|
||||
}
|
||||
|
||||
void RESTAPI_action_links::DoSubEmailVerification(SecurityObjects::ActionLink &Link) {
|
||||
void RESTAPI_action_links::DoSubEmailVerification([[maybe_unused]] SecurityObjects::ActionLink &Link) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace OpenWifi {
|
||||
}
|
||||
|
||||
static std::string MakeSessionId(const std::string & token) {
|
||||
return MicroService::instance().CreateHash(token);
|
||||
return Utils::ComputeHash(token);
|
||||
}
|
||||
|
||||
void LoginDB::AddLogin( const std::string & userId, const std::string & email, const std::string &token) {
|
||||
|
||||
Reference in New Issue
Block a user